Raise cryo metabolism min temperature (#22785)
Many people have been running into issues cooling bodies to the current temperature. Make it a bit easier by raising the max temperature. This is the temperature that the body has to change to in order to metabolize the drug, so in practice cryo has to cool lower than this in order to actually get the body to this temperature.
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
conditions:
|
conditions:
|
||||||
- !type:Temperature
|
- !type:Temperature
|
||||||
# this is a little arbitrary but they gotta be pretty cold
|
# this is a little arbitrary but they gotta be pretty cold
|
||||||
max: 150.0
|
max: 213.0
|
||||||
damage:
|
damage:
|
||||||
# todo scale with temp like SS13
|
# todo scale with temp like SS13
|
||||||
groups:
|
groups:
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
conditions:
|
conditions:
|
||||||
- !type:Temperature
|
- !type:Temperature
|
||||||
max: 150.0
|
max: 213.0
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Cellular: -2
|
Cellular: -2
|
||||||
|
|||||||
Reference in New Issue
Block a user