From 5b2e63cbf32c48e58f238565bac99854effa6a94 Mon Sep 17 00:00:00 2001 From: The Wolf Studios <33724974+TheWolfStudios@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:07:19 -0600 Subject: [PATCH] Update lungs.dm --- code/modules/surgery/organs/lungs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/lungs.dm b/code/modules/surgery/organs/lungs.dm index c252275dc..8ca443046 100644 --- a/code/modules/surgery/organs/lungs.dm +++ b/code/modules/surgery/organs/lungs.dm @@ -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