diff options
Diffstat (limited to 'world/map/npc/functions/doomsday.txt')
-rw-r--r-- | world/map/npc/functions/doomsday.txt | 5 |
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; |