mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixed suspension field deleting mobs (#32421)
This commit is contained in:
@@ -370,7 +370,7 @@
|
||||
var/field_type = "chlorine"
|
||||
|
||||
/obj/effect/suspension_field/Destroy()
|
||||
for(var/obj/I in src)
|
||||
for(var/atom/movable/I in src)
|
||||
I.forceMove(src.loc)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user