aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/core/library/x.js
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/core/library/x.js')
-rw-r--r--desktop/core/library/x.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/core/library/x.js b/desktop/core/library/x.js
index 9449461..85d0171 100644
--- a/desktop/core/library/x.js
+++ b/desktop/core/library/x.js
@@ -14,8 +14,8 @@ function OperatorX (orca, x, y, passive) {
this.ports.output = { x: 0, y: 1, unlock: true }
this.haste = function () {
- const x = clamp(this.listen(this.ports.haste.x, true), 0, 24)
- const y = clamp(this.listen(this.ports.haste.y, true), 1, 24)
+ const x = clamp(this.listen(this.ports.haste.x, true), 0, 32)
+ const y = clamp(this.listen(this.ports.haste.y, true), 1, 32)
this.ports.output = { x: x, y: y, unlock: true }
}