From 55b71b3a7397633014734ba1689c1982ec91c9ae Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sun, 12 Feb 2023 12:18:40 -0700 Subject: [PATCH] fixes name --- 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 8ca443046..b241d01d4 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_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