From ad0549e048ecf8043fa0fa8c2994a3ad6af47ed0 Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 25 Jun 2018 01:36:25 +0800 Subject: [PATCH] Jump shoes --- project/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/items.js b/project/items.js index 94d4f2d3..7ef11789 100644 --- a/project/items.js +++ b/project/items.js @@ -343,6 +343,6 @@ items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = "shiled5": "true", "shield5": "true", "lifeWand": "true", - "jumpShoes": "var nx=core.nextX(2),ny=core.nextY(2);nx>=0&&nx<=12&&ny>=0&&ny<=12&&core.getBlock(core.nextX(2), core.nextY(2))==null" + "jumpShoes": "var nx=core.nextX(2),ny=core.nextY(2);nx>=0&&nx<=12&&ny>=0&&ny<=12&&core.getBlock(nx,ny)==null" } } \ No newline at end of file