Merge pull request #3487 from Citadel-Station-13/upstream-merge-31820

[MIRROR] Humans now use the generic fire sprite if they have 3 or less firestacks
This commit is contained in:
LetterJay
2017-10-19 08:57:29 -04:00
committed by GitHub
@@ -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")
/* --------------------------------------- */