Update to clarify what Cold-Blooded did, renamed to Extreme Cold Pref

This commit is contained in:
Rykka
2020-01-15 01:06:34 -07:00
parent 1dfa822cc1
commit 054f493f4b
@@ -46,8 +46,8 @@
// YW Addition
/datum/trait/cold_blood
name = "Cold Blooded"
desc = "Your body relies on the outside temperature to keep warm. Wearing warm clothing such as jackets is commonplace for you."
name = "Extreme Cold Preference"
desc = "You are too cold at the standard 20C. 24C is more suitable. Wearing clothing that covers your legs and torso helps."
cost = 0
var_changes = list("cold_discomfort_level" = T0C+24)
excludes = list(/datum/trait/hot_discomfort, /datum/trait/cold_discomfort)