mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
john plz
This commit is contained in:
parent
3f83a25f3f
commit
17a352197b
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ from BattleBase import *
|
|||
from BattleProps import *
|
||||
from BattleSounds import *
|
||||
from toontown.toon.ToonDNA import *
|
||||
from toontown.toonbase import TTLocalizer
|
||||
from toontown.suit.SuitDNA import *
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
import random
|
||||
|
@ -253,7 +254,7 @@ def __throwPie(throw, delay, hitCount, showCannon = 1):
|
|||
toonTrack.append(toonFace)
|
||||
toonTrack.append(ActorInterval(toon, 'pushbutton'))
|
||||
if toon == base.localAvatar:
|
||||
toonTrack.append(Func(base.talkAssistant.sendOpenTalk, "You're Fired!"))
|
||||
toonTrack.append(Func(base.talkAssistant.sendOpenTalk, TTLocalizer.FireTalkMessage))
|
||||
toonTrack.append(ActorInterval(toon, 'wave', duration=2.0))
|
||||
toonTrack.append(ActorInterval(toon, 'duck'))
|
||||
toonTrack.append(Func(toon.loop, 'neutral'))
|
||||
|
|
|
@ -8438,3 +8438,4 @@ DonaldChatter = ["I'm glad you're here today!",
|
|||
'I like what you are wearing.',
|
||||
'I love to play tag. Do you?']
|
||||
NPCFriendUnavailable = 'Unavailable'
|
||||
FireTalkMessage = "You're fired!"
|
Loading…
Reference in a new issue