blunt trauma deconv

This commit is contained in:
JTGSZ
2019-05-23 01:16:29 -04:00
parent 080b29de79
commit 9081b34cb8
@@ -1634,8 +1634,11 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(H.stat == CONSCIOUS && H != user && prob(I.force + ((100 - H.health) * 0.5))) // rev deconversion through blunt trauma.
var/datum/antagonist/rev/rev = H.mind.has_antag_datum(/datum/antagonist/rev)
var/datum/antagonist/gang/gang = H.mind.has_antag_datum(/datum/antagonist/gang/)
if(rev)
rev.remove_revolutionary(FALSE, user)
if(gang)
gang.remove_from_gang(user)
if(bloody) //Apply blood
if(H.wear_mask)