This commit is contained in:
Fox McCloud
2019-09-03 03:43:27 -04:00
parent fb7db36350
commit c15b93804d
@@ -49,14 +49,14 @@
if(grant_vision_toggle)
vision_toggle = new
vision_toggle.Grant(H)
C.faction |= "faithless"
H.faction |= "faithless"
/datum/species/shadow/on_species_loss(mob/living/carbon/human/H)
..()
if(grant_vision_toggle && vision_toggle)
H.vision_type = null
vision_toggle.Remove(H)
C.faction -= "faithless"
H.faction -= "faithless"
/datum/species/shadow/handle_life(mob/living/carbon/human/H)
var/light_amount = 0