diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1_Beach/stranger.txt | 6 | ||||
-rw-r--r-- | npc/items/warpTowels.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-1_Beach/stranger.txt b/npc/003-1_Beach/stranger.txt index b322eb5d..89409aa9 100644 --- a/npc/003-1_Beach/stranger.txt +++ b/npc/003-1_Beach/stranger.txt @@ -116,7 +116,7 @@ L_Right_Answer_Easy: setarray @medium_questions$, "What is the name of the rock group claiming to be the loudest band in the universe?", - "What star is near Ford's home planet?s", + "What star is near Ford's home planet?", "Which country does the human protagonist come from?", "What is the name of the computer on The Heart of Gold?", "What color has a Babel Fish?", @@ -275,8 +275,8 @@ L_Dye_Towel: // "Blue",L_Blue, // "Green",L_Green, // "Purple",L_Purple, -// "Orange",L_Orange, -// "Pink",L_Pink, + "Orange",L_Orange, + "Pink",L_Pink, // "Lime",L_Lime, // "Teal",L_Teal, "I changed my mind.", L_Close; diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt index 5ef5167b..eee05673 100644 --- a/npc/items/warpTowels.txt +++ b/npc/items/warpTowels.txt @@ -29,12 +29,12 @@ function script usePurpleWarpTowel { end; } function script useOrangeWarpTowel { - warp "003-1.gat",35,25; + warp "027-1.gat",70,100; // Graveyard getitem "GreyWarpTowel", 1; end; } function script usePinkWarpTowel { - warp "003-1.gat",35,25; + warp "012-3.gat",448,66; // Terranite Cave getitem "GreyWarpTowel", 1; end; } |