summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/ghost.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/ghost.txt')
-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();