mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Remove testing menu from Speedchat.
This commit is contained in:
parent
7171f49e3b
commit
4552036c59
3 changed files with 1 additions and 32 deletions
|
@ -22,7 +22,6 @@ echo ===============================
|
|||
echo Starting Toontown United...
|
||||
echo ppython: %PPYTHON_PATH%
|
||||
echo Username: %user%
|
||||
echo Password: %ttuPassword%
|
||||
echo Gameserver: %server%
|
||||
echo ===============================
|
||||
|
||||
|
|
|
@ -232,8 +232,6 @@ SCMenuResistance = 'UNITE!'
|
|||
SCMenuPets = 'PETS'
|
||||
SCMenuPetTricks = 'TRICKS'
|
||||
SCMenuCog = 'COG SPEAK'
|
||||
SCMenuTesting = 'TESTING'
|
||||
SCMenuBugs = 'BUGS'
|
||||
SCMenuHello = 'HELLO'
|
||||
SCMenuBye = 'GOODBYE'
|
||||
SCMenuConvo = 'CHIT CHAT'
|
||||
|
@ -1933,19 +1931,7 @@ SpeedChatStaticTextToontown = {100: 'Hi!',
|
|||
30418: "It's the Boss!",
|
||||
30450: "It's easy to be green!",
|
||||
30451: 'Visit Green Bean Jeans and you can be green too!',
|
||||
30452: "It's on Oak Street in Daisy Gardens.",
|
||||
30500: "Welcome to Toontown United!",
|
||||
30501: "I like ponies!",
|
||||
30502: "Are you livestreaming?",
|
||||
30503: "I'm livestreaming right now!",
|
||||
30504: "I can't wait until the next Toontown United update!",
|
||||
30505: "Did you know the TTU team works overtime to make the experience the best it can be?",
|
||||
30506: "I can't stand that bug!",
|
||||
30507: "Have you found any bugs yet?",
|
||||
30508: "I hope that bug gets fixed soon.",
|
||||
30509: "What types of bugs have you ran into so far?",
|
||||
30510: "Those bugs can get more obnoxious than the Cogs sometimes.",
|
||||
30511: "You can report bugs by clicking the Report a Bug button on the Toontown United launcher."}
|
||||
30452: "It's on Oak Street in Daisy Gardens."}
|
||||
SpeedChatStaticTextPirates = {50001: 'Aye',
|
||||
50002: 'Nay',
|
||||
50003: 'Yes',
|
||||
|
|
|
@ -18,22 +18,6 @@ from toontown.toonbase import TTLocalizer
|
|||
from toontown.parties.PartyGlobals import ActivityIds, DecorationIds
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
scStructure = [
|
||||
[OTPLocalizer.SCMenuTesting,
|
||||
[OTPLocalizer.SCMenuBugs,
|
||||
30506,
|
||||
30507,
|
||||
30508,
|
||||
30509,
|
||||
30510,
|
||||
30511
|
||||
],
|
||||
30500,
|
||||
30501,
|
||||
30502,
|
||||
30503,
|
||||
30504,
|
||||
30505
|
||||
],
|
||||
[OTPLocalizer.SCMenuHello,
|
||||
{100: 0},
|
||||
{101: 0},
|
||||
|
|
Loading…
Reference in a new issue