From c6e738e67ab8f76b3586cc1a803b3749a1499ade Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:15:21 -0400 Subject: [PATCH] a --- mods/nousersthings.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index c7a0b060..f0229f3a 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -3183,6 +3183,10 @@ elements.specific_piston_ray_emitter = { pixel.pistonRepeat = pistonRepeat pixel.pistonRepeatCooldown = pistonRepeatCooldown } + if (!pixel.pistonRepeat){ + pixel.pistonRepeat = pistonRepeat + pixel.pistonRepeatCooldown = pistonRepeatCooldown + } if (!pixel.cooldown){pixel.cooldown = 0} if (!pixel.rcooldown){pixel.rcooldown = 0} if (!pixel.repeatAmounts){pixel.repeatAmounts = 0}