mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
"Fireball" unique wizard loadout is now explosion-proof. (#29963)
* fireball wiz angry * oops * tweak to code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user