From 13147538e7c29bec996f10a6fb4a2eb4808b7aaf Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 28 Dec 2019 14:52:29 -0800 Subject: [PATCH] Makes fusion overload immune to explosions --- code/game/objects/structures/depot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/structures/depot.dm b/code/game/objects/structures/depot.dm index 9f3999ded7d..0cb8788d50c 100644 --- a/code/game/objects/structures/depot.dm +++ b/code/game/objects/structures/depot.dm @@ -124,3 +124,5 @@ STOP_PROCESSING(SSobj, src) qdel(src) +/obj/effect/overload/ex_act(severity) + return \ No newline at end of file