From 894d05fd7bd58b74ee21996861e674a90c4003bf Mon Sep 17 00:00:00 2001 From: Master Voltage Date: Sat, 25 Jul 2015 23:58:24 -0400 Subject: [PATCH 1/3] thx fooster --- toontown/parties/DistributedPartyAI.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toontown/parties/DistributedPartyAI.py b/toontown/parties/DistributedPartyAI.py index 7e4cd6ec..c0ecf45b 100755 --- a/toontown/parties/DistributedPartyAI.py +++ b/toontown/parties/DistributedPartyAI.py @@ -149,6 +149,7 @@ class DistributedPartyAI(DistributedObjectAI): def _removeAvatar(self, avId): if avId in self.avIdsAtParty: - print 'REMOVE FROM PARTTY!' + print 'REMOVE FROM PARTY!' self.air.globalPartyMgr.d_toonLeftParty(self.info.get('partyId', 0), avId) self.avIdsAtParty.remove(avId) +#Thanks Fooster for the typo fix From 2abec96acc6d0a5d5eb197eaa9429cbd8ec9ea9a Mon Sep 17 00:00:00 2001 From: Master Voltage Date: Sun, 26 Jul 2015 00:17:55 -0400 Subject: [PATCH 2/3] changed invasion messages --- toontown/toonbase/TTLocalizerEnglish.py | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/toontown/toonbase/TTLocalizerEnglish.py b/toontown/toonbase/TTLocalizerEnglish.py index 2ec28a05..c7929c05 100755 --- a/toontown/toonbase/TTLocalizerEnglish.py +++ b/toontown/toonbase/TTLocalizerEnglish.py @@ -4599,15 +4599,15 @@ SuitInvasionEnd = [ ] SuitInvasionUpdate = [ 'Keep it up, Toons!!!', - 'The Cogs appear to be decreasing in numbers!!!' + "The Cogs are beginning to explode in laughter!!!" ] SuitInvasionBulletin = [ 'There is a Cog invasion in progress!!!', '%(plural)s have taken over Toontown!!!' ] SkelecogInvasionBegin = [ - "Hmm... We're getting a strange reading over here...", - 'The Cog factories are running out of parts to build new Cogs!', + "This just in, Sellbot HQ's factory is going bonkers!", + "Sellbot HQ's factory is pushing out incomplete cogs!", '%(singular)s Skelecogs have taken over Toontown!!!' ] SkelecogInvasionEnd = [ @@ -4616,35 +4616,35 @@ SkelecogInvasionEnd = [ ] SkelecogInvasionBulletin = [ 'There is a Cog invasion in progress!!!', - 'The Cog factories are running out of parts to build new Cogs!', + "Sellbot HQ's factory has pushed out incomplete Cogs!", '%(singular)s Skelecogs have taken over Toontown!!!' ] WaiterInvasionBegin = [ - 'It appears that the C.E.O. has fired all his waiters...', - 'The unemployed %(singular)s waiters are invading Toontown!!!' + 'Uh oh, it appears that the Cogs banquet has been rescheduled!', + 'Waiter %(singular)s are invading Toontown!!!' ] WaiterInvasionEnd = [ - 'The unemployed %(singular)s waiters have been defeated!!!', + 'The Waiter %(singular)s waiters have been defeated!!!', 'The Toons have saved the day once again!!!' ] WaiterInvasionBulletin = [ 'There is a Cog invasion in progress!!!', - 'The C.E.O. has fired all of his waiters!!!', - 'The unemployed %(singular)s waiters are invading Toontown!!!' + 'The Cogs banquet has been rescheduled!!!', + 'The Waiter %(singular)s waiters are invading Toontown!!!' ] V2InvasionBegin = [ - "Yikes!!! This isn't good, Toons!", - 'A major firmware update has been released to the Cogs!!!', - 'Version 2.0 %(plural)s have taken over Toontown!!!' + "Oh my, stock up on gags toons!", + 'The Toon HQ has spotted a Version 2.0 Cog Invasion!', + 'The V2 %(plural)s have taken over Toontown!!!' ] V2InvasionEnd = [ - 'The Version 2.0 %(singular)s invasion has ended!!!', + 'The V2 %(singular)s invasion has ended!!!', 'The Toons have saved the day once again!!!' ] V2InvasionBulletin = [ - 'There is a Cog invasion in progress!!!', - 'A major firmware update has been released to the Cogs!!!', - 'Version 2.0 %(plural)s have taken over Toontown!!!' + "There is a Cog invasion in progress!!!", + 'The Toon HQ has spotted a storm of Version 2.0 Cogs!', + 'The V2 %(plural)s have taken over Toontown!!!' ] LeaderboardTitle = 'Toon Platoon' QuestScript101_0 = 'Come here! Use the arrow keys to move.' @@ -9869,4 +9869,4 @@ Blacklist = [ "willy", "xrated", "xxx" -] \ No newline at end of file +] From 3294a5f6f9b4213a807e40de4a9c848973ffd7a6 Mon Sep 17 00:00:00 2001 From: Master Voltage Date: Sun, 26 Jul 2015 00:19:37 -0400 Subject: [PATCH 3/3] oops --- toontown/toonbase/TTLocalizerEnglish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toontown/toonbase/TTLocalizerEnglish.py b/toontown/toonbase/TTLocalizerEnglish.py index c7929c05..7574433b 100755 --- a/toontown/toonbase/TTLocalizerEnglish.py +++ b/toontown/toonbase/TTLocalizerEnglish.py @@ -4621,7 +4621,7 @@ SkelecogInvasionBulletin = [ ] WaiterInvasionBegin = [ 'Uh oh, it appears that the Cogs banquet has been rescheduled!', - 'Waiter %(singular)s are invading Toontown!!!' + 'The Waiter %(singular)s are invading Toontown!!!' ] WaiterInvasionEnd = [ 'The Waiter %(singular)s waiters have been defeated!!!', @@ -4630,7 +4630,7 @@ WaiterInvasionEnd = [ WaiterInvasionBulletin = [ 'There is a Cog invasion in progress!!!', 'The Cogs banquet has been rescheduled!!!', - 'The Waiter %(singular)s waiters are invading Toontown!!!' + 'The Waiter %(singular)s are invading Toontown!!!' ] V2InvasionBegin = [ "Oh my, stock up on gags toons!",