Attempting fixes for some hoist bugs. (#3027)

Hoists now release hoistees if they wriggle out somehow. Shouldn't happen anyway, but consistency_check should handle any odd shenanigans.
Silicons should be able to be hoisted. Buckling wasn't anchoring them, for some strange reason.
Fixed a bad message, where [user] was used instead of [usr].
You can't directly unbuckle people from hoist hooks.
This commit is contained in:
MarinaGryphon
2017-07-14 19:55:14 +03:00
committed by skull132
parent 0f518d7a87
commit 12ccc4e7a7
2 changed files with 26 additions and 4 deletions
+6
View File
@@ -90,3 +90,9 @@
queue_smooth_neighbors(src)
else
..()
/obj/structure/lattice/catwalk/hoist_act(turf/dest)
for (var/A in src)
var/atom/movable/AM = A
AM.hoist_act(dest)
..()