Merge pull request #36956 from vuonojenmustaturska/anchorbin

Fixes trash bin wrenching message
This commit is contained in:
Jordan Brown
2018-04-06 10:08:10 -04:00
committed by CitadelStationBot
parent 49fd917fee
commit 4dbd06b9a2

View File

@@ -31,9 +31,7 @@
O.forceMove(T)
T.update_icon()
do_animate()
else if(istype(W, /obj/item/wrench))
anchored = !anchored
W.play_tool_sound(src, 75)
return TRUE
else
return ..()