Merge pull request #13319 from BlueWildrose/hungryhungryslimes

Fixed newly created slimes being hungry
This commit is contained in:
silicons
2020-08-31 16:59:58 -07:00
committed by GitHub
@@ -106,6 +106,7 @@
set_colour(new_colour)
. = ..()
AddComponent(/datum/component/footstep, FOOTSTEP_MOB_SLIME, 7.5)
set_nutrition(rand(650, 800))
/mob/living/simple_animal/slime/Destroy()
for (var/A in actions)