diff options
-rw-r--r-- | world/map/npc/003-1/stranger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/003-1/stranger.txt b/world/map/npc/003-1/stranger.txt index f5abf179..a294970b 100644 --- a/world/map/npc/003-1/stranger.txt +++ b/world/map/npc/003-1/stranger.txt @@ -218,7 +218,7 @@ L_Right_Answer_Hard: next; mes "\"What is the most important item for every hitchhiker to have?\""; input @answer$; - if (@answer$ != "Towel" && @answer != "towel") + if (@answer$ != "Towel" && @answer$ != "towel") goto L_Wrong_Answer; mes "[Stranger]"; |