mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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)
|
||||
..()
|
||||
Reference in New Issue
Block a user