Merge pull request #15487 from DeltaFire15/stabilized-orange-fix-nerf

Fixes / nerfs stabilized orange extract temp adjustments and tweaks its effects on Synthetics
This commit is contained in:
silicons
2022-02-04 07:59:09 -08:00
committed by GitHub
5 changed files with 9 additions and 4 deletions
@@ -32,7 +32,7 @@
coldmod = 0.5
heatmod = 1.2
cold_offset = -125 //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
cold_offset = SYNTH_COLD_OFFSET //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
blacklisted_quirks = list(/datum/quirk/coldblooded)
balance_point_values = TRUE
@@ -15,7 +15,7 @@
coldmod = 0.5
heatmod = 1.2
cold_offset = -125 //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
cold_offset = SYNTH_COLD_OFFSET //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
blacklisted_quirks = list(/datum/quirk/coldblooded)
balance_point_values = TRUE
@@ -12,7 +12,7 @@
coldmod = 0.5
heatmod = 1.2
cold_offset = -125 //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
cold_offset = SYNTH_COLD_OFFSET //Can handle pretty cold environments, but it's still a slightly bad idea if you enter a room thats full of near-absolute-zero gas
blacklisted_quirks = list(/datum/quirk/coldblooded)
balance_point_values = TRUE