Added health exemption to a couple events that need it.

This commit is contained in:
Putnam
2020-08-29 04:46:18 -07:00
parent 98c26bca04
commit 177bfaefaf
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
continue
if(!H.getorgan(/obj/item/organ/brain)) // If only I had a brain
continue
if(HAS_TRAIT(H,TRAIT_EXEMPT_HEALTH_EVENTS))
continue
traumatize(H)
break