diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:12:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:12:03 -0200 |
commit | 676c1219f5c48e29c8149912344e08530c8c56a8 (patch) | |
tree | d2fa1bb35a3d0a01993440d94f6989bcc4d15e71 /npc/007-1/treasure.txt | |
parent | 8a9ef33d41b2b7e22269d0112c6f87c2de6baf3d (diff) | |
download | serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.gz serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.bz2 serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.tar.xz serverdata-676c1219f5c48e29c8149912344e08530c8c56a8.zip |
My bad
Diffstat (limited to 'npc/007-1/treasure.txt')
-rw-r--r-- | npc/007-1/treasure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |