From 8161ddb9979e2d7ab4f0db4ea8350b97127f1a04 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 31 Jul 2018 19:00:46 -0300 Subject: Safer inUse usage, to get rid of 1s invalid time window --- npc/003-1-1/yetiking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1-1/yetiking.txt') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index e46046e34..2f5edb4fc 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -24,6 +24,7 @@ L_Summon: } delitem EverburnPowder, 1; dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry. + .inUse=1; initnpctimer; end; @@ -35,7 +36,6 @@ L_Die: OnTimer1000: setnpcdisplay .name$, NPC_YETI_KING; - .inUse=1; end; OnTimer2000: -- cgit v1.2.3-60-g2f50