makes it a trait

This commit is contained in:
Seris02
2019-12-30 11:33:15 +08:00
parent cd9966cd7a
commit f1292c503c
7 changed files with 11 additions and 12 deletions
@@ -15,7 +15,7 @@
continue
if(H.stat == DEAD)
continue
if (H.exempt_from_health_events)
if (HAS_TRAIT(H,TRAIT_EXEMPT_HEALTH_EVENTS))
continue
if(!H.getorgan(/obj/item/organ/appendix)) //Don't give the disease to some who lacks it, only for it to be auto-cured
continue