diff --git a/code/game/machinery/snow_machine.dm b/code/game/machinery/snow_machine.dm index b5c4be8434a..dee2ceb914c 100644 --- a/code/game/machinery/snow_machine.dm +++ b/code/game/machinery/snow_machine.dm @@ -56,9 +56,8 @@ . = TRUE if(!default_unfasten_wrench(user, I, 0)) return - anchored = !anchored - to_chat(user, "You [anchored ? "tighten" : "loosen"] [src]'s wheels.") - turn_on_or_off(FALSE) + if(!anchored) + turn_on_or_off(FALSE) /obj/machinery/snow_machine/process() if(power_used_this_cycle)