contents_explosion

at least this one had less overrides.
This commit is contained in:
DeltaFire
2021-11-14 21:41:42 +01:00
parent 6aa906395c
commit 6224da71a3
21 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
/obj/structure/closet/supplypod/ex_act(severity, target, origin) //Explosions dont do SHIT TO US! This is because supplypods create explosions when they land.
return
/obj/structure/closet/supplypod/contents_explosion() //Supplypods also protect their contents from the harmful effects of fucking exploding.
/obj/structure/closet/supplypod/contents_explosion(severity, target, origin) //Supplypods also protect their contents from the harmful effects of fucking exploding.
return
/obj/structure/closet/supplypod/toggle(mob/living/user)