From f0687a529a0a143b0ceca96eb0546c39199f2878 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 8 Jan 2017 21:50:39 -0500 Subject: remove .gat suffix everywhere --- npc/001-2-34/doors.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-34') diff --git a/npc/001-2-34/doors.txt b/npc/001-2-34/doors.txt index b4a483e9..2791598f 100644 --- a/npc/001-2-34/doors.txt +++ b/npc/001-2-34/doors.txt @@ -10,11 +10,11 @@ OnTouch: if ((getmapusers($@MAP_NAME$) == 0) && ($@FightingIsActive > 0)) { set $@FightingIsActive, 0; - killmonsterall "001-2-36.gat"; + killmonsterall "001-2-36"; } - if (mobcount("001-2-36.gat","all") > 0 && $@FightingIsActive > 0) + if (mobcount("001-2-36","all") > 0 && $@FightingIsActive > 0) { narrator l("You hear some sound behind the door."), -- cgit v1.2.3-70-g09d2