// some legacy code that needs to be moved to /mob/living /mob/proc/RestoreEars() return /mob/proc/AdjustEarDamage() return /mob/proc/adjust_bodytemperature(amount, min_temp = 0, max_temp = INFINITY) if(bodytemperature >= min_temp && bodytemperature <= max_temp) bodytemperature = clamp(bodytemperature + amount, min_temp, max_temp)