From fc8ba032c8f86131048fa339145aa8cc3bd9919a Mon Sep 17 00:00:00 2001 From: Shoddd Date: Thu, 3 Oct 2024 13:11:48 -0400 Subject: [PATCH] changed to work with borbop temp rework --- code/modules/mob/living/basic/farm_animals/pony.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/basic/farm_animals/pony.dm b/code/modules/mob/living/basic/farm_animals/pony.dm index df8f3a1fd4ee..ca5306c2a48d 100644 --- a/code/modules/mob/living/basic/farm_animals/pony.dm +++ b/code/modules/mob/living/basic/farm_animals/pony.dm @@ -130,8 +130,8 @@ ponycolors = list("#5d566f", COLOR_RED) pressure_resistance = 200 habitable_atmos = list("min_oxy" = 0, "max_oxy" = 0, "min_plas" = 0, "max_plas" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) - minimum_survivable_temperature = 0 - maximum_survivable_temperature = 1500 + bodytemp_cold_damage_limit = -1 + bodytemp_heat_damage_limit = 1500 unique_tamer = TRUE /mob/living/basic/pony/syndicate/Initialize(mapload)