Skip to content

Commit

Permalink
Fixes shadows dying instantly (Aurorastation#9226)
Browse files Browse the repository at this point in the history
  • Loading branch information
NonQueueingMatt authored Jun 28, 2020
1 parent e258d13 commit ad4f9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
return "grue"

/datum/species/shadow/handle_death_check(var/mob/living/carbon/human/H)
if(H.get_total_health() <= total_health)
if(H.get_total_health() <= 0)
return TRUE
return FALSE

0 comments on commit ad4f9b1

Please sign in to comment.