mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-22 05:02:21 +01:00
Update lungs.dm
This commit is contained in:
@@ -107,17 +107,6 @@
|
||||
return
|
||||
if(HAS_TRAIT(H, TRAIT_NOBREATH))
|
||||
return
|
||||
if(HAS_TRAIT(H, TRAIT_LOW_PRESSURE_LUNGS)) //Simple addon to test for the Low Pressure Lungs trait. Probably doesn't need to be done every check, but oh well.
|
||||
src.safe_oxygen_min = 3
|
||||
src.safe_oxygen_max = 18
|
||||
|
||||
|
||||
src.cold_level_1_threshold = 280
|
||||
src.cold_level_2_threshold = 240
|
||||
src.cold_level_3_threshold = 200
|
||||
|
||||
src.heat_level_1_threshold = 400
|
||||
src.heat_level_2_threshold = 600
|
||||
|
||||
if(!breath || (breath.total_moles() == 0))
|
||||
if(H.reagents.has_reagent(crit_stabilizing_reagent))
|
||||
|
||||
Reference in New Issue
Block a user