From 7d4a1fa565986fcb3effd40639e75feaad58f6f7 Mon Sep 17 00:00:00 2001 From: The Wolf Studios <33724974+TheWolfStudios@users.noreply.github.com> Date: Sun, 12 Feb 2023 14:42:43 -0600 Subject: [PATCH] Update traits.dm --- code/__DEFINES/traits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm index 1c9c5cfb1..de2ac0ee4 100644 --- a/code/__DEFINES/traits.dm +++ b/code/__DEFINES/traits.dm @@ -196,7 +196,7 @@ #define TRAIT_MACROPHILE "macrophile" //likes the big #define TRAIT_MICROPHILE "microphile" //likes the small #define TRAIT_APATHETIC "apathetic" //doesn't care -#define TRAIT_LOW_PRESSURE_LUNGS "low_puressure_lungs" //used to lower kPa of Lavaland. +#define TRAIT_LOW_PRESSURE_LUNGS "low_puressure_lungs" //used to lower kPa of Lavaland and other low kPa Atmos. #define TRAIT_TOUGH "tough" //you have 10% more maxhealth #define TRAIT_AUTO_CATCH_ITEM "auto_catch_item"