diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-05-03 15:08:19 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-05-03 15:08:19 -0800 |
| commit | 7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0 (patch) | |
| tree | 0886addb4c827487b6124715842ae57d2e6d629d /src/YetiHack.cpp | |
| parent | 4f5dc7a577a4243aa7d92f625c04cb43727c9dad (diff) | |
| download | yetihack-7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0.tar.zst | |
added a new level
Diffstat (limited to 'src/YetiHack.cpp')
| -rw-r--r-- | src/YetiHack.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/YetiHack.cpp b/src/YetiHack.cpp index 4c02789..d178ea3 100644 --- a/src/YetiHack.cpp +++ b/src/YetiHack.cpp @@ -291,7 +291,11 @@ void story(bool immortal) { return; } - if (!smessage(5, "One last fight.\n", immortal)) + if (!smessage(5, "Are you having fun yet?\n", immortal)) + { + return; + } + if (!smessage(6, "This is the last level.\n", immortal)) { return; } |
