Merge pull request #5909 from VOREStation/Verkister-patch-7

Fixes mouse nutrition runtime spam.
This commit is contained in:
Novacat
2019-09-19 10:51:20 -04:00
committed by GitHub
@@ -1,5 +1,5 @@
/mob/living/simple_mob/animal/passive/mouse
nutrition = 0 //To prevent draining maint mice for infinite food. Low nutrition has no mechanical effect on simplemobs, so wont hurt mice themselves.
nutrition = 20 //To prevent draining maint mice for infinite food. Low nutrition has no mechanical effect on simplemobs, so wont hurt mice themselves.
no_vore = 1 //Mice can't eat others due to the amount of bugs caused by it.
vore_taste = "cheese"