"Fireball" unique wizard loadout is now explosion-proof. (#29963)

* fireball wiz angry

* oops

* tweak to code
This commit is contained in:
Contrabang
2025-08-10 14:40:10 +00:00
committed by GitHub
parent 5f7b650401
commit 0b16de5266
4 changed files with 5 additions and 3 deletions
@@ -269,7 +269,7 @@
status_tab_data[++status_tab_data.len] = list("Usable Blood:", "[V.bloodusable]")
/mob/living/carbon/human/ex_act(severity)
if(status_flags & GODMODE)
if((status_flags & GODMODE) || HAS_TRAIT(src, TRAIT_EXPLOSION_PROOF))
return FALSE
var/brute_loss = 0