mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Update code/game/objects/structures/morgue.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
co-authored by
AffectedArc07
parent
0816b7037b
commit
8282cfaef4
@@ -395,8 +395,8 @@
|
||||
|
||||
/obj/structure/crematorium/Destroy()
|
||||
if(!connected)
|
||||
var/turf/T = src.loc
|
||||
for(var/atom/movable/A as mob|obj in src)
|
||||
var/turf/T = loc
|
||||
for(var/atom/movable/A in src)
|
||||
A.forceMove(T)
|
||||
else
|
||||
QDEL_NULL(connected)
|
||||
|
||||
Reference in New Issue
Block a user