diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-12-30 21:06:05 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-12-30 21:06:05 +0000 |
commit | 710c50a31c8c45682d4a1128bba0dd61581a1a1a (patch) | |
tree | bbfaae7955b6b3e4699f83c8b1ee6e78a9bfb828 /npc | |
parent | 90651d64cc8753fc45c2c66fe5d160668b20c8f9 (diff) | |
download | serverdata-710c50a31c8c45682d4a1128bba0dd61581a1a1a.tar.gz serverdata-710c50a31c8c45682d4a1128bba0dd61581a1a1a.tar.bz2 serverdata-710c50a31c8c45682d4a1128bba0dd61581a1a1a.tar.xz serverdata-710c50a31c8c45682d4a1128bba0dd61581a1a1a.zip |
Use heal instead of @die in the magic house
Diffstat (limited to 'npc')
-rw-r--r-- | npc/013-2_Magic_house/notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/013-2_Magic_house/notes.txt b/npc/013-2_Magic_house/notes.txt index e8a19103..c91746ae 100644 --- a/npc/013-2_Magic_house/notes.txt +++ b/npc/013-2_Magic_house/notes.txt @@ -88,7 +88,7 @@ next; mes "You're losing control of your body... everything turns black... while slipping to the floor, you hear a faraway scream... suddenly, you see THE LIGHT!"; next; - gmcommand strcharinfo(0)+":@die "; + heal -Hp, 0; close; } |