mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Fixes vox lungs being affected by infections (#21050)
* Make vox lungs sterile * Deproperpronounize vox lungs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user