diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-18 18:02:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-18 18:02:44 -0300 |
commit | 53fa8ff7dcdc1abe32f0a72747174eb9faaa8781 (patch) | |
tree | ce81c416557476cb28ac05f8be9bbc7dab388574 /world/map/npc/functions/doomsday.txt | |
parent | de57f25263d4e214d15ca857d07139fd59f993ad (diff) | |
download | serverdata-53fa8ff7dcdc1abe32f0a72747174eb9faaa8781.tar.gz serverdata-53fa8ff7dcdc1abe32f0a72747174eb9faaa8781.tar.bz2 serverdata-53fa8ff7dcdc1abe32f0a72747174eb9faaa8781.tar.xz serverdata-53fa8ff7dcdc1abe32f0a72747174eb9faaa8781.zip |
My time to troll a particularly ungrateful chest ^^
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; |