Skip to content

Commit

Permalink
Update human_defense.dm (#21956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe authored Apr 28, 2024
1 parent 9aa36bb commit 062989e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@


/mob/living/carbon/human/ex_act(severity, target, origin)
if(status_flags & GODMODE)
return
if(HAS_TRAIT(src, TRAIT_BOMBIMMUNE))
return
if(origin && istype(origin, /datum/spacevine_mutation) && isvineimmune(src))
Expand Down

0 comments on commit 062989e

Please sign in to comment.