mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes Explosions (#12539)
This commit is contained in:
committed by
variableundefined
parent
756c59f43e
commit
39cc83501b
@@ -566,4 +566,10 @@
|
||||
..()
|
||||
|
||||
/obj/item/storage/AllowDrop()
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
/obj/item/storage/ex_act(severity)
|
||||
for(var/atom/A in contents)
|
||||
A.ex_act(severity)
|
||||
CHECK_TICK
|
||||
..()
|
||||
Reference in New Issue
Block a user