From 676c1219f5c48e29c8149912344e08530c8c56a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 26 Jan 2019 15:12:03 -0200 Subject: My bad --- npc/007-1/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/007-1') diff --git a/npc/007-1/treasure.txt b/npc/007-1/treasure.txt index 8e9503a57..ef615c5d4 100644 --- a/npc/007-1/treasure.txt +++ b/npc/007-1/treasure.txt @@ -103,7 +103,7 @@ OnClock1956: // Try to warp randomly to a walkable spot, up to 20 attempts // Otherwise, it'll stay where it already is (but will close and refill). .@e=0; .@x=0; .@y=0; - while (!checkcell(.mp$, .@x, .@y, cell_chkpass)) + while (!checkcell(.map$, .@x, .@y, cell_chkpass)) { if (.@e == 20) { .@x=.x; -- cgit v1.2.3-70-g09d2