fixes name

This commit is contained in:
Dahlular
2023-02-12 12:18:40 -07:00
committed by GitHub
parent 5b2e63cbf3
commit 55b71b3a73
+1 -1
View File
@@ -107,7 +107,7 @@
return
if(HAS_TRAIT(H, TRAIT_NOBREATH))
return
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.
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