From e26dde1ef3d743ac9e7e728ee7af6475cf3c1c8f Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sun, 19 Oct 2025 20:01:40 -0400 Subject: [PATCH] Disables unlucky major (#18660) Disables unlucky major --- .../mob/living/carbon/human/species/station/traits/negative.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 b847691d49c..d748c15b7fa 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 @@ -847,7 +847,7 @@ cost = -5 tutorial = "You should avoid disposal bins." is_genetrait = TRUE - hidden = FALSE + hidden = TRUE //VOREStation Note: Disabled 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!")) @@ -898,4 +898,3 @@ else if(istype(ex_organ, /obj/item/organ/external/chest)) ex_organ.encased = FALSE -