summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-31 11:20:21 -0400
committergumi <git@gumi.ca>2020-03-08 16:06:35 -0400
commitfcb2bfa2432cd597533113c1bcee0eac64e17bb6 (patch)
treee0b07dbcb61f9236176aee54cc655cb4c87c818d
parent90a81ef500acf36f1f7ea1e7ba4e83873c10d87b (diff)
downloadserverdata-fcb2bfa2432cd597533113c1bcee0eac64e17bb6.tar.gz
serverdata-fcb2bfa2432cd597533113c1bcee0eac64e17bb6.tar.bz2
serverdata-fcb2bfa2432cd597533113c1bcee0eac64e17bb6.tar.xz
serverdata-fcb2bfa2432cd597533113c1bcee0eac64e17bb6.zip
do not spawn a ghost when dying in the abyss
-rw-r--r--world/map/npc/functions/ghost.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/ghost.txt b/world/map/npc/functions/ghost.txt
index f020092f..7030d182 100644
--- a/world/map/npc/functions/ghost.txt
+++ b/world/map/npc/functions/ghost.txt
@@ -12,7 +12,7 @@ function|script|SpawnGhost
elif (!(iscollision(getmap(), .@x + 1, .@y))) set .@x, .@x + 1; // right
// else on the player
- if (@GHOST_MAP$ != "")
+ if (@GHOST_MAP$ == "070-3")
killmonster @GHOST_MAP$, "~GH~" + getcharid(0);
set @GHOST_MAP$, getmap();