Skip to content

Commit

Permalink
Update lungs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWolfStudios authored Feb 12, 2023
1 parent 55b71b3 commit ba7d000
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions code/modules/surgery/organs/lungs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ba7d000

Please sign in to comment.