Humans now use the generic sprite if they have 3 or less firestacks (#31820)

To show that they're still on fire, but not AS on fire as you would be with 4+ firestacks
This commit is contained in:
MoreRobustThanYou
2017-10-18 11:18:03 -04:00
committed by CitadelStationBot
parent 215681a23e
commit dc74b9d488
@@ -63,7 +63,7 @@ There are several things that need to be remembered:
..()
/mob/living/carbon/human/update_fire()
..("Standing")
..((fire_stacks > 3) ? "Standing" : "Generic_mob_burning")
/* --------------------------------------- */