Naughty unbuckling (#22725)

This commit is contained in:
Vi3trice
2023-10-09 15:43:29 -04:00
committed by GitHub
parent 22751fb776
commit 1bad99aa5e
+1 -1
View File
@@ -74,7 +74,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons)
if(isliving(A))
var/mob/living/M = A
M.Weaken(32 SECONDS) // Keep them from moving during the duration of the extraction
M.buckled = 0 // Unbuckle them to prevent anchoring problems
unbuckle_mob(M, force = TRUE) // Unbuckle them to prevent anchoring problems
else
A.anchored = TRUE
A.density = FALSE