Skip to content

Commit

Permalink
pre pr improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Sep 22, 2024
1 parent e3a8b93 commit a209e91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/datums/dog_fashion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,8 @@
..()
ADD_TRAIT(doggo, TRAIT_NO_BREATH, CORGI_HARDSUIT_TRAIT)
doggo.atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
doggo.AddComponent( \
/datum/component/animal_temperature, \
minbodytemp = 0, \
)
var/datum/component/animal_temperature/temp = doggo.GetComponent(/datum/component/animal_temperature)
temp?.minbodytemp = 0

/datum/dog_fashion/head/fried_vox_empty
name = "Colonel REAL_NAME"
Expand Down

0 comments on commit a209e91

Please sign in to comment.