aboutsummaryrefslogtreecommitdiffstats
path: root/src/YetiHack.cpp
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-05-03 15:08:19 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-05-03 15:08:19 -0800
commit7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0 (patch)
tree0886addb4c827487b6124715842ae57d2e6d629d /src/YetiHack.cpp
parent4f5dc7a577a4243aa7d92f625c04cb43727c9dad (diff)
downloadyetihack-7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0.tar.zst
added a new level
Diffstat (limited to 'src/YetiHack.cpp')
-rw-r--r--src/YetiHack.cpp6
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;
}