From cc5667c3ac27b4e47b21ef921cdc3aee29acccb7 Mon Sep 17 00:00:00 2001 From: The Wolf Studios <33724974+TheWolfStudios@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:21:40 -0600 Subject: [PATCH] Fixed spelling mistake that broke LPL trait --- code/datums/traits/good.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm index 872f24e4a..668e9affa 100644 --- a/code/datums/traits/good.dm +++ b/code/datums/traits/good.dm @@ -267,7 +267,7 @@ if(quirk_holder) quirk_holder.blood_ratio = 1 -/datum/quirk/low_puressure_lungs +/datum/quirk/low_pressure_lungs name = "Low Pressure Lungs" desc = "You're not quite used to the high air pressure! Perfect for characters who are used to the atmosphere of Lavaland or Asteroids!" value = -1 @@ -307,10 +307,10 @@ lungs.heat_level_1_threshold = 360 lungs.heat_level_2_threshold = 400 -/datum/quirk/low_puressure_lungs/post_add() +/datum/quirk/low_pressure_lungs/post_add() to_chat(quirk_holder, "Your [slot_string] feel the heavy pressure of the air.") -/datum/quirk/low_puressure_lungs/on_spawn() +/datum/quirk/low_pressure_lungs/on_spawn() var/mob/living/carbon/human/H = quirk_holder //Adding Breath Mask and Emergency Tank