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 e6ce470 commit 5b2e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/lungs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
return
if(HAS_TRAIT(H, TRAIT_NOBREATH))
return
if(HAS_TRAIT(H, TRAIT_LAVALAND_LUNGS)) //Simple addon to test for the Lavalandian trait. Probably doesn't need to be done every check, but oh well.
if(HAS_TRAIT(H, TRAIT_LOW_PRESSURE_LUNGS)) //Simple addon to test for the Lavalandian trait. Probably doesn't need to be done every check, but oh well.
src.safe_oxygen_min = 3
src.safe_oxygen_max = 18

Expand Down

0 comments on commit 5b2e63c

Please sign in to comment.