Skip to content

Commit

Permalink
changed to work with borbop temp rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoddd committed Oct 3, 2024
1 parent 9978824 commit fc8ba03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/basic/farm_animals/pony.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 133 in code/modules/mob/living/basic/farm_animals/pony.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'bodytemp_cold_damage_limit' on type '/mob/living/basic/pony/syndicate'
bodytemp_heat_damage_limit = 1500

Check failure on line 134 in code/modules/mob/living/basic/farm_animals/pony.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'bodytemp_heat_damage_limit' on type '/mob/living/basic/pony/syndicate'
unique_tamer = TRUE

/mob/living/basic/pony/syndicate/Initialize(mapload)
Expand Down

0 comments on commit fc8ba03

Please sign in to comment.