mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user