From 166872718465c283f331db7dad9bcfdee7c0fc64 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 16:33:26 -0300 Subject: Fix deprecated code on 000-0-0 chest --- npc/000-0-0/chest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/000-0-0/chest.txt b/npc/000-0-0/chest.txt index 2674400ac..fdd287303 100644 --- a/npc/000-0-0/chest.txt +++ b/npc/000-0-0/chest.txt @@ -32,7 +32,7 @@ npctalk3 l("You take the clothes from the chest."); } - specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid(0)); // closed ? opening : closing + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing .dir = .dir == 0 ? 2 : 6; // closed ? opening : closing .busy = true; // lock the animation initnpctimer; @@ -58,7 +58,7 @@ OnUnTouch: OnTimer30000: .busy = true; .dir = 6; // closing - specialeffect(25, AREA, getnpcid(0)); // closing + specialeffect(25, AREA, getnpcid()); // closing setnpctimer 0; OnTouch: end; -- cgit v1.2.3-70-g09d2