This commit is contained in:
Archie
2021-05-30 20:29:36 -03:00
parent b432248f46
commit 8c9ed329d8
@@ -264,8 +264,8 @@
continue
if(ishuman(player))
var/mob/living/carbon/human/H = player
if(HAS_TRAIT(H,GHOSTROLE_TRAIT))
living_players -= player //We also don't fucking give ghost roles traitor
if(HAS_TRAIT(H,TRAIT_EXEMPT_HEALTH_EVENTS))
living_players -= player //We also don't fucking give ghost roles traitor. Yes I'm using the exempt health events trait given to ghost roles to do this, because piggyback ftw.
/datum/dynamic_ruleset/midround/autotraitor/ready(forced = FALSE)
if (required_candidates > living_players.len)