diff options
Diffstat (limited to 'demo.stage')
-rw-r--r-- | demo.stage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,11 +91,11 @@ situation <<start>> | |||
91 | You don't seem to have anything with you but the clothes you're | 91 | You don't seem to have anything with you but the clothes you're |
92 | wearing. (You also posses an eerily accurate innate sense of | 92 | wearing. (You also posses an eerily accurate innate sense of |
93 | direction.)'''); | 93 | direction.)'''); |
94 | goto( <<beachEast>> ); | ||
95 | } | 94 | } |
96 | 95 | ||
97 | enter | 96 | enter |
98 | { | 97 | { |
98 | goto( <<beachEast>> ); | ||
99 | } | 99 | } |
100 | } | 100 | } |
101 | 101 | ||