diff --git a/code/modules/mob/living/carbon/human/species/station/traits/negative.dm b/code/modules/mob/living/carbon/human/species/station/traits/negative.dm index 9465ca6f35..bafe0904ec 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits/negative.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits/negative.dm @@ -849,7 +849,7 @@ cost = -5 tutorial = "You should avoid disposal bins." is_genetrait = TRUE - hidden = FALSE + hidden = FALSE //VOREStation Note: Disabled //CHOMPEdit - Enable added_component_path = /datum/component/omen/trait/major excludes = list(/datum/trait/negative/unlucky) activation_message= span_cult(span_bold("What a terrible night to have a curse!")) @@ -900,4 +900,3 @@ else if(istype(ex_organ, /obj/item/organ/external/chest)) ex_organ.encased = FALSE -