diff options
Diffstat (limited to 'npc/001-7/homunculus.txt')
-rw-r--r-- | npc/001-7/homunculus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index ee9d53f1b..19e68dbd3 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -16,7 +16,7 @@ OnTouch: if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; - return false; + end; } if (.@q == 15) { dispbottom lg("I'm not a coward! I must press forward!"); @@ -37,7 +37,7 @@ OnTouch: if (.@n < 15) { warp "Save", 0, 0; percentheal -100, -100; - return false; + end; } mesn l("Magically Sealed Gate"); mesc l("The door is sealed. The riddle says: “I drink, I become, I am. Don't say my name, but say why you know me. For, I am the best in the world.”"); |