diff --git a/code/game/machinery/snow_machine.dm b/code/game/machinery/snow_machine.dm
index 948b668f9ad..2ae3bf22977 100644
--- a/code/game/machinery/snow_machine.dm
+++ b/code/game/machinery/snow_machine.dm
@@ -52,7 +52,7 @@
else if(iswrench(I))
var/obj/item/wrench/W = I
anchored = !anchored
- to_chat(user, "You [anchored ? "tighten [src]'s" : "loosen [src]'s"] wheels.")
+ to_chat(user, "You [anchored ? "tighten" : "loosen"] [src]'s wheels.")
playsound(loc, W.usesound, 50, TRUE)
turn_on_or_off(FALSE)
else
diff --git a/icons/obj/stationobjs.dmi b/icons/obj/stationobjs.dmi
index ab265263c66..c8a9abd40f3 100755
Binary files a/icons/obj/stationobjs.dmi and b/icons/obj/stationobjs.dmi differ