mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Add messages for CFO
This commit is contained in:
parent
4ca9255561
commit
7d7686b900
2 changed files with 18 additions and 1 deletions
|
@ -87,7 +87,7 @@ class NewsManagerAI(DistributedObjectAI):
|
|||
if id == ToontownGlobals.FISH_BINGO or id == ToontownGlobals.SILLY_SATURDAY:
|
||||
messenger.send('checkBingoState')
|
||||
elif id in [ToontownGlobals.SUMMER_FIREWORKS, ToontownGlobals.NEW_YEAR_FIREWORKS]:
|
||||
self.fireworkTasks.append(taskMgr.doMethodLater((60 - datetime.datetime.now().minute) * 60, self.startFireworkTask, 'initialFireworkTask-%s' % id))
|
||||
self.fireworkTasks.append(taskMgr.doMethodLater((60 - datetime.datetime.now().minute) * 60, self.startFireworkTask, 'initialFireworkTask-%s' % id, extraArgs=[id]))
|
||||
|
||||
def endSpecialHoliday(self, id):
|
||||
if id == ToontownGlobals.FISH_BINGO or id == ToontownGlobals.SILLY_SATURDAY:
|
||||
|
|
|
@ -8535,6 +8535,17 @@ SendCogBossTaunts = {
|
|||
'The deal has only just begun.',
|
||||
'Going sad already? How about we settle a retirement plan.',
|
||||
'Get them! Get them all!'
|
||||
],
|
||||
'm': [
|
||||
"Let's show you how money talks.",
|
||||
"We'll bring you into bankruptcy.",
|
||||
'The Jellybean is only worth a tenth of the cogbuck!',
|
||||
'Hey! Those cogs cost me money!',
|
||||
"I'll put you on the next train back to the playground!",
|
||||
'You toons are wasting so much of your currency fighting us.',
|
||||
'It seems Toontown has high amounts of debt to the Cogs.',
|
||||
"Invest in Cogbucks, it'll fix Toontown right up!",
|
||||
'Do toons understand the value of money?'
|
||||
]
|
||||
}
|
||||
VPRampMessage = "I don't have time for this, I'm late for my meeting!"
|
||||
|
@ -8545,6 +8556,12 @@ DirectedAttackBossTaunts = {
|
|||
'I see you over there!',
|
||||
'My products beat out all of Toontown!',
|
||||
"Don't think I skipped you, %(toon)s!"
|
||||
],
|
||||
'm': [
|
||||
"Here's money well spent.",
|
||||
'Hey! Get away from that crane!',
|
||||
'Stop!',
|
||||
'%(toon)s, get over here!'
|
||||
]
|
||||
}
|
||||
VPSpinMessages = [
|
||||
|
|
Loading…
Reference in a new issue