Merge pull request #14112 from silicons/ex_act_3

~~hugboxes~~ fixes the bug (that was probably my fault) that makes 1 dev explosions ALWAYS delete brain
This commit is contained in:
Lin
2021-01-27 17:16:44 -06:00
committed by GitHub
5 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -548,7 +548,7 @@
/atom/proc/contents_explosion(severity, target)
return //For handling the effects of explosions on contents that would not normally be effected
/atom/proc/ex_act(severity, target)
/atom/proc/ex_act(severity, target, datum/explosion/E)
set waitfor = FALSE
contents_explosion(severity, target)
SEND_SIGNAL(src, COMSIG_ATOM_EX_ACT, severity, target)