diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 11:27:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 11:27:08 -0300 |
commit | 111d00dd71528918abd5e2820af2ffcb878fd808 (patch) | |
tree | ec4ba6f5a370518793af322d4054e2c77730c8bf /npc/functions/hub.txt | |
parent | c74e42d78b5c734aeafa7f08247e046295829fca (diff) | |
download | serverdata-111d00dd71528918abd5e2820af2ffcb878fd808.tar.gz serverdata-111d00dd71528918abd5e2820af2ffcb878fd808.tar.bz2 serverdata-111d00dd71528918abd5e2820af2ffcb878fd808.tar.xz serverdata-111d00dd71528918abd5e2820af2ffcb878fd808.zip |
Cindy's Hero cannot die. Cleanup fixes.
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 81462ac40..bccc7b907 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -24,6 +24,7 @@ function script HUB_Logout { // Vanished on Cindy Cave if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO$) { + donpcevent("Cindy#Outside::OnReckless"); recovery(getcharid(3)); warp any("010-1", "010-2"), 0, 0; percentheal -100, -100; |