diff options
Diffstat (limited to 'npc/001-6/warp.txt')
-rw-r--r-- | npc/001-6/warp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-6/warp.txt b/npc/001-6/warp.txt index 07b941014..3e0607eb7 100644 --- a/npc/001-6/warp.txt +++ b/npc/001-6/warp.txt @@ -14,7 +14,7 @@ OnTouch: end; OnWarper: - if (isin("001-6", 159, 157, 159, 157) && !ispcdead() ) + if (isin("001-6", 159, 157, 159, 157) && ispcdead()==0 ) warp "soren", 179, 76; else dispbottom l("Failed to warp to Soren Village."); |