From 3c4770ebc6b8978b9f830ce9ec2ce25a67687cf5 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Jul 2015 03:12:12 +0300 Subject: [PATCH] CEO Boss Speech --- toontown/suit/SuitInvasionGlobals.py | 3 +-- toontown/suit/SuitInvasionManagerAI.py | 2 +- toontown/toonbase/TTLocalizerEnglish.py | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/toontown/suit/SuitInvasionGlobals.py b/toontown/suit/SuitInvasionGlobals.py index 868bb537..fa2ae2ce 100755 --- a/toontown/suit/SuitInvasionGlobals.py +++ b/toontown/suit/SuitInvasionGlobals.py @@ -6,5 +6,4 @@ INVASION_TYPE_BRUTAL = 2 # Flags: IFSkelecog = 1 << 0 IFWaiter = 1 << 1 -IFV2 = 1 << 2 -IFV3 = 1 << 3 +IFV2 = 1 << 2 \ No newline at end of file diff --git a/toontown/suit/SuitInvasionManagerAI.py b/toontown/suit/SuitInvasionManagerAI.py index 7438d0a6..cf1a595b 100755 --- a/toontown/suit/SuitInvasionManagerAI.py +++ b/toontown/suit/SuitInvasionManagerAI.py @@ -49,7 +49,7 @@ class SuitInvasionManagerAI: # It's impossible to determine the invading Cog. return False - if flags not in (0, IFV3, IFV2, IFSkelecog, IFWaiter): + if flags not in (0, IFV2, IFSkelecog, IFWaiter): # The provided flag combination is not possible. return False diff --git a/toontown/toonbase/TTLocalizerEnglish.py b/toontown/toonbase/TTLocalizerEnglish.py index e9003364..d7706293 100755 --- a/toontown/toonbase/TTLocalizerEnglish.py +++ b/toontown/toonbase/TTLocalizerEnglish.py @@ -8583,5 +8583,17 @@ JumpBossTaunts = { ] } CEOSpeech = [ - "Who's gonna write all this speech?" -] \ No newline at end of file + "Good evening Cogs, it's an honor having you here tonight in the Bossbot Clubhouse.", + 'I apologize for sending invitations on such short notice, but your presence is urgent.', + 'Lately, it appears the Toons have created strategies to fight against us.', + "This is a sign that each day us Cogs are getting weaker, and they're getting stronger.", + 'I have gathered you all here today not only to state this problem, but to propose an idea.', + 'This idea is the same one that was mentioned in the meeting 3 weeks ago, as to hire a new department of employees.', + 'If we were to do such however, they would be more or less assisting over attacking.', + 'We also can consider the odds that a department would have to be treated special.', + 'On another note, business operations are higher than ever.', + 'Because of this, improvement for HQs will be funded.', + 'And thus we, the Cog Nation, are striving.', + 'I am very delighted by this news, I just wanted to thank you all for working so hard for this news.', + "Wait, what's going on? I can't see but I hear explosions." +] # Len of words + 10 \ No newline at end of file