summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/functions/doomsday.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/npc/functions/doomsday.txt b/world/map/npc/functions/doomsday.txt
index 6d9a41eb..1d3df2cd 100644
--- a/world/map/npc/functions/doomsday.txt
+++ b/world/map/npc/functions/doomsday.txt
@@ -1260,9 +1260,14 @@ L_No:
close;
L_EndTooYoung:
+ if ($DOOMSDAY == 3) goto L_Hocus;
message strcharinfo(0), "Chest : It is empty!";
end;
+L_Hocus:
+ message strcharinfo(0), "Chest : Only contains fire extinguishers, water hoses, and other fire-fighting stuff. I wonder what that is for.";
+ end;
+
OnInit:
disablenpc "Chest#Zealite";
end;