From 5b54da3f3750e16609a8cce5683aa39704ac695d Mon Sep 17 00:00:00 2001 From: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> Date: Mon, 22 May 2023 22:06:21 +0200 Subject: [PATCH] Fixes vox lungs being affected by infections (#21050) * Make vox lungs sterile * Deproperpronounize vox lungs --- code/modules/surgery/organs/lungs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/lungs.dm b/code/modules/surgery/organs/lungs.dm index 7098bc4660c..858c448ad82 100644 --- a/code/modules/surgery/organs/lungs.dm +++ b/code/modules/surgery/organs/lungs.dm @@ -319,10 +319,11 @@ safe_toxins_max = 0 /obj/item/organ/internal/lungs/vox - name = "Vox lungs" + name = "vox lungs" desc = "They're filled with dust....wow." icon = 'icons/obj/species_organs/vox.dmi' icon_state = "lungs" + sterile = TRUE safe_oxygen_min = 0 //We don't breathe this safe_oxygen_max = 0.05 //This is toxic to us