Slip Prone Trait (#19303)

* Slip Prone

* Update vorestation.dme
This commit is contained in:
Cameron Lennox
2026-03-25 22:31:36 +01:00
committed by GitHub
parent b95cf52494
commit e73af74f1f
4 changed files with 56 additions and 2 deletions
@@ -588,7 +588,7 @@
hidden = FALSE
custom_only = FALSE
added_component_path = /datum/component/omen/trait
excludes = list(/datum/trait/negative/unlucky/major)
excludes = list(/datum/trait/negative/unlucky/major, /datum/trait/neutral/slip_prone)
/datum/trait/negative/unlucky/major
@@ -599,7 +599,7 @@
is_genetrait = TRUE
hidden = TRUE //VOREStation Note: Disabled
added_component_path = /datum/component/omen/trait/major
excludes = list(/datum/trait/negative/unlucky)
excludes = list(/datum/trait/negative/unlucky, /datum/trait/neutral/slip_prone)
activation_message= span_cult(span_bold("What a terrible night to have a curse!"))
primitive_expression_messages=list("unluckily stubs their toe!")
@@ -1965,3 +1965,13 @@
/datum/trait/neutral/slobber/apply(var/datum/species/S, var/mob/living/carbon/human/human)
..()
ADD_TRAIT(human, TRAIT_SLOBBER, ROUNDSTART_TRAIT)
/datum/trait/neutral/slip_prone
name = "Slip Prone (Vore)"
desc = "You're prone to slips, trips, and falls when next to others, resulting in occasionally falling into them! (This takes spontaneous prefs into account!)"
cost = 0
is_genetrait = FALSE
hidden = FALSE
custom_only = FALSE
added_component_path = /datum/component/slip_prone
excludes = list(/datum/trait/negative/unlucky/major, /datum/trait/negative/unlucky)