Update _storage.dm

This commit is contained in:
silicons
2020-08-01 21:07:07 -07:00
committed by GitHub
parent 2ef7e1bf0a
commit d4d2e4ae0d
+2 -1
View File
@@ -19,8 +19,9 @@
return TRUE
/obj/item/storage/contents_explosion(severity, target)
var/in_storage = istype(loc, /obj/item/storage)? (max(0, severity - 1)) : (severity)
for(var/atom/A in contents)
A.ex_act(severity, target)
A.ex_act(in_storage, target)
CHECK_TICK
//Cyberboss says: "USE THIS TO FILL IT, NOT INITIALIZE OR NEW"