Fixes ex_act runtime (#14026)

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
Kyep
2020-09-16 15:39:00 -04:00
committed by GitHub
co-authored by Kyep
parent b937ed1021
commit 65018edeac
+2
View File
@@ -51,6 +51,8 @@
take_damage(AM.throwforce, BRUTE, "melee", 1, get_dir(src, AM))
/obj/ex_act(severity)
if(QDELETED(src))
return
if(resistance_flags & INDESTRUCTIBLE)
return
switch(severity)