Removed unused fat genetics movement code

You can't get it in the game anyways w/o admin abuse. No reason to have an extra  if() check.
This commit is contained in:
Cameron653
2018-02-23 14:18:36 -05:00
committed by GitHub
parent 210c16590a
commit 9bf341d199
@@ -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++