From ac0510435e59615a858a7ca60d5544e543ce07f2 Mon Sep 17 00:00:00 2001 From: EgorDinamit Date: Sat, 9 Mar 2024 15:54:44 +0300 Subject: [PATCH] SCG simple mobs don't die to cold temps, removes unused variable --- code/modules/mob/living/simple_animal/hostile/scg.dm | 2 ++ code/modules/mob/living/simple_animal/simple_animal.dm | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/scg.dm b/code/modules/mob/living/simple_animal/hostile/scg.dm index c5d9bba6a7..3a7b0b18b6 100644 --- a/code/modules/mob/living/simple_animal/hostile/scg.dm +++ b/code/modules/mob/living/simple_animal/hostile/scg.dm @@ -18,6 +18,8 @@ natural_weapon = /obj/item/natural_weapon/punch min_gas = list() max_gas = list() + minbodytemp = 0 + maxbodytemp = 3000 unsuitable_atmos_damage = 0 faction = "scg" status_flags = CANPUSH diff --git a/code/modules/mob/living/simple_animal/simple_animal.dm b/code/modules/mob/living/simple_animal/simple_animal.dm index 926c076634..879061c338 100644 --- a/code/modules/mob/living/simple_animal/simple_animal.dm +++ b/code/modules/mob/living/simple_animal/simple_animal.dm @@ -46,7 +46,6 @@ var/max_co2 = 5 // CO2 max var/min_n2 = 0 // N2 min var/max_n2 = 0 // N2 max - var/unsuitable_atoms_damage = 2 // This damage is taken when atmos doesn't fit all the requirements above //Attack ranged settings var/projectiletype // The projectiles I shoot