Infection Component & Germs (#19265)

* update these two

* Germs!

* Update vorestation.dme

* Basic signal application

* fixed

* Update germ_sensitive.dm

* Update germ_sensitive.dm

* Apply suggestion from @Cameron-The-Raven

* fix naming issues

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2026-04-12 19:42:30 -04:00
committed by GitHub
co-authored by Kashargul
parent d94a4387f4
commit 439b534aee
12 changed files with 378 additions and 43 deletions
@@ -847,13 +847,14 @@
/datum/trait/positive/toxin_gut
name ="Robust Gut"
desc = "You are immune to most ingested toxins. Does not protect from possible harm caused by other drugs, meds, allergens etc."
desc = "You are immune to most ingested toxins and raw food. Does not protect from possible harm caused by other drugs, meds, allergens etc."
cost = 1
custom_only = FALSE
/datum/trait/positive/toxin_gut/apply(var/datum/species/S,var/mob/living/carbon/human/H)
..()
ADD_TRAIT(H, INGESTED_TOXIN_IMMUNE, ROUNDSTART_TRAIT)
ADD_TRAIT(H, TRAIT_STRONG_STOMACH, ROUNDSTART_TRAIT)
/datum/trait/positive/nobreathe
name = "Breathless"