mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
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:
co-authored by
Kashargul
parent
d94a4387f4
commit
439b534aee
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user