diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/functions/ghost.txt | 2 |
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(); |