diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-09 15:41:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-09 15:41:42 -0300 |
commit | 85f6f317c6f086c1155eb5a45c93781f4cf95943 (patch) | |
tree | 47b12bf54aa08f6661b68ce565263502a0b64c22 /npc/052-2/storage.txt | |
parent | a853b2fe2e99f389d7e4d68d5ca58bef856fc459 (diff) | |
download | serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.gz serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.bz2 serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.xz serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.zip |
Do not kill instantly on scripted death; And honor $HARDCORE flag if set
Diffstat (limited to 'npc/052-2/storage.txt')
-rw-r--r-- | npc/052-2/storage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt index 8dfcdfaf..b56314e2 100644 --- a/npc/052-2/storage.txt +++ b/npc/052-2/storage.txt @@ -7,7 +7,7 @@ end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; L_StartItemInvoker: @@ -173,7 +173,7 @@ L_Warp: end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; } |