Merge pull request #3110 from VOREStation/Cameron653-patch-2

Removed unused fat genetics movement code
This commit is contained in:
Aronai Sieyes
2018-02-24 11:16:18 -05:00
committed by GitHub
@@ -66,8 +66,6 @@
src.nutrition -= DEFAULT_HUNGER_FACTOR/10
if(src.m_intent == "run")
src.nutrition -= DEFAULT_HUNGER_FACTOR/10
if((FAT in src.mutations) && src.m_intent == "run" && src.bodytemperature <= 360)
src.bodytemperature += 2
// Moving around increases germ_level faster
if(germ_level < GERM_LEVEL_MOVE_CAP && prob(8))
germ_level++