building: Fix knock-knock door crash
This commit is contained in:
parent
306b569dc7
commit
56dfb73ddc
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ class DistributedKnockKnockDoor(DistributedAnimatedProp.DistributedAnimatedProp)
|
|||
self.nametag = NametagGroup()
|
||||
self.nametag.setAvatar(doorNP)
|
||||
self.nametag.setFont(ToontownGlobals.getToonFont())
|
||||
self.nametag.setSpeechFont(ToontownGlobals.getToonFont())
|
||||
self.nametag.setName(doorName)
|
||||
self.nametag.setActive(0)
|
||||
self.nametag.manage(base.marginManager)
|
||||
|
|
|
@ -722,7 +722,7 @@ QuestDialogDict = {160: {GREETING: '',
|
|||
1080: {QUEST: "Oh thank heavens! You found Oscar - he's my favorite, but don't tell the others.\x07What's that, Oscar? Uh huh... they did? ... THEY ARE?\x07Well, what are we waiting for?\x07Oscar says the other 4 escaped into the pond in the playground.\x07Could you go round them up for me?\x07Just fish them out of the pond.",
|
||||
LEAVING: '',
|
||||
COMPLETE: 'You found them?!\x07Ahh, I am sooo happy to be reunited with my little buddies!\x07You deserve a handsome reward for this!',
|
||||
INCOMPLETE_PROGRESS: 'Are you having trouble finding my fish? Oscar says they didn't swim too far.'},
|
||||
INCOMPLETE_PROGRESS: 'Are you having trouble finding my fish? Oscar says they didn\'t swim too far.'},
|
||||
1081: {QUEST: '_toNpcName_ appears to be in a sticky situation...\x07If you help him out, he says he\'ll be glad to give you a big boost._where_'},
|
||||
1082: {QUEST: "I spilled some Blue Glue and I'm stuck - stuck cold!\x07If there were a way out, I sure would be sold.\x07That gives me an idea, if you are feeling loyal.\x07Defeat a few Sellbots and bring back some oil.",
|
||||
LEAVING: '',
|
||||
|
|
Loading…
Reference in a new issue