aboutsummaryrefslogtreecommitdiff
path: root/commands/throne.js
diff options
context:
space:
mode:
authorNinjune <enderknight537@gmail.com>2022-10-28 18:34:34 -0500
committerNinjune <enderknight537@gmail.com>2022-10-28 18:34:34 -0500
commit2c63075f255687131ce077d2c8de7b8735d60169 (patch)
treef589d5ba61e32be010ccb83e42a9f3fb3524bef3 /commands/throne.js
parent114cf1050c1d960af7447755df58be9a4e5f7652 (diff)
downloadcoleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.gz
coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.bz2
coleweight-2c63075f255687131ce077d2c8de7b8735d60169.zip
Updated to 1.5.1 (bug fixes)v1.5.1
Diffstat (limited to 'commands/throne.js')
-rw-r--r--commands/throne.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/throne.js b/commands/throne.js
index 697304d..717ba3c 100644
--- a/commands/throne.js
+++ b/commands/throne.js
@@ -21,8 +21,10 @@ export function throne(arg2)
constants.throneValues.push([startPos[0]+38, startPos[1]-15, startPos[2]+47])
constants.throneValues.push([startPos[0]+41, startPos[1]-44, startPos[2]+46])
constants.throneValues.push([startPos[0]+50, startPos[1]-28, startPos[2]+38])
+ constants.throneValues.push([startPos[0]+55, startPos[1]-36, startPos[2]+29])
constants.throneValues.push([startPos[0]+49, startPos[1]-31, startPos[2]+1])
constants.throneValues.push([startPos[0]+50, startPos[1]-1, startPos[2]+10])
+ constants.throneValues.push([startPos[0]+45, startPos[1]-3, startPos[2]-4])
ChatLib.chat(`${PREFIX}&bThrone waypoints turned on!`)
}
else