[MIRROR] Explosions SS runtime fix + code cleanup (#461)

* Explosions SS runtime fix + code cleanup (#52894)

* runtime fix

* turf references are immortal

* Explosions SS runtime fix + code cleanup

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-08-21 21:30:43 +01:00
committed by GitHub
co-authored by Rohesie
parent 98f195e72c
commit d3f6e8d49f
28 changed files with 164 additions and 164 deletions
+4 -4
View File
@@ -19,14 +19,14 @@
return FALSE
/obj/item/storage/contents_explosion(severity, target)
for(var/atom/A in contents)
for(var/thing in contents)
switch(severity)
if(EXPLODE_DEVASTATE)
SSexplosions.highobj += A
SSexplosions.high_mov_atom += thing
if(EXPLODE_HEAVY)
SSexplosions.medobj += A
SSexplosions.med_mov_atom += thing
if(EXPLODE_LIGHT)
SSexplosions.lowobj += A
SSexplosions.low_mov_atom += thing
/obj/item/storage/canStrip(mob/who)
. = ..()