Skip to content

Commit

Permalink
more vals
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Sep 14, 2024
1 parent 790e730 commit 6a70b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Cold temperatures hurt faster as it is harder to move with out the heat energy
bodytemp_cold_damage_limit = (T20C - 10) // about 10c

max_temp_comfortable = HUMAN_BODYTEMP_NORMAL + 60
max_temp_comfortable = HUMAN_BODYTEMP_NORMAL + 100

hair_color = "fixedmutcolor"
hair_alpha = 140
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
bodytemp_heat_damage_limit = HUMAN_BODYTEMP_HEAT_DAMAGE_LIMIT + 20 // This puts lizards 10 above lavaland max heat for ash lizards.
bodytemp_cold_damage_limit = HUMAN_BODYTEMP_COLD_DAMAGE_LIMIT - 10

max_temp_comfortable = HUMAN_BODYTEMP_NORMAL + 20
max_temp_comfortable = HUMAN_BODYTEMP_NORMAL + 25
min_temp_comfortable = HUMAN_BODYTEMP_NORMAL - 3
loreblurb = "The Sarathi are a cold-blooded reptilian species originating from the planet Kalixcis, where they evolved alongside the Elzuosa. Kalixcian culture places no importance on blood-bonds, and those from it tend to consider their family anyone they are sufficiently close to, and choose their own names."

Expand Down

0 comments on commit 6a70b65

Please sign in to comment.