Fixed a typo and added exclusions in addition to ACTUALLY TESTING IT THIS TIME :)

This commit is contained in:
Cadyn
2020-07-18 23:18:13 -07:00
parent 84b6621881
commit 161cc4237d
2 changed files with 7 additions and 3 deletions
@@ -139,10 +139,12 @@
desc = "You are much more prone to colder temperatures than other species, and become uncomfortable much more easier in cold environments."
cost = -2
var_changes = list("cold_level_1" = 280, "cold_level_2" = 220, "cold_level_3" = 140, "breath_cold_level_1" = 260, "breath_cold_level_2" = 240, "breath_cold_level_3" = 120, "cold_discomfort_level" = 280)
excludes = list(/datum/trait/coldresist)
/datum/trait/hotprone
name = "Heat resistant"
desc = "You are much more prone to hotter temperatures than other species, and become uncomfortable much more easier in hot environments."
cost = -2
var_changes = list("heat_level_1" = 305, "heat_level_2" = 360, "heat_level_3" = 700, "breath_heat_level_1" = 345, "breath_heat_level_2" = 380, "breath_heat_level_3" = 780, "heat_discomfort_level = 295")
var_changes = list("heat_level_1" = 305, "heat_level_2" = 360, "heat_level_3" = 700, "breath_heat_level_1" = 345, "breath_heat_level_2" = 380, "breath_heat_level_3" = 780, "heat_discomfort_level" = 295)
excludes = list(/datum/trait/hotresist)
@@ -130,13 +130,15 @@
desc = "You are able to withstand much colder temperatures than other species, and can even be comfortable in extremely cold environments."
cost = 2
var_changes = list("cold_level_1" = 200, "cold_level_2" = 150, "cold_level_3" = 90, "breath_cold_level_1" = 180, "breath_cold_level_2" = 100, "breath_cold_level_3" = 60, "cold_discomfort_level" = 210)
excludes = list(/datum/trait/coldprone)
/datum/trait/hotresist
name = "Heat resistant"
desc = "You are able to withstand much hotter temperatures than other species, and can even be comfortable in extremely hot environments."
cost = 2
var_changes = list("heat_level_1" = 420, "heat_level_2" = 460, "heat_level_3" = 1100, "breath_heat_level_1" = 440, "breath_heat_level_2" = 510, "breath_heat_level_3" = 1500, "heat_discomfort_level = 390")
var_changes = list("heat_level_1" = 420, "heat_level_2" = 460, "heat_level_3" = 1100, "breath_heat_level_1" = 440, "breath_heat_level_2" = 510, "breath_heat_level_3" = 1500, "heat_discomfort_level" = 390)
excludes = list(/datum/trait/hotprone)
/datum/trait/snowwalker
name = "Snow walker"
desc = "You are able to move unhindered on snow."