diff options
Diffstat (limited to 'npc/003-1_Beach')
-rw-r--r-- | npc/003-1_Beach/stranger.txt | 6 |
1 files changed, 3 insertions, 3 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; |