From ee2bbde7b8149c6b8c425fcfbfd9f872fee4b17f Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sun, 22 Feb 2026 08:17:14 +0100 Subject: [PATCH] Make Bad shot and thick digits mutually exclusive (#19215) its like +1 point but like yeah --- .../mob/living/carbon/human/species/station/traits/negative.dm | 2 ++ 1 file changed, 2 insertions(+) 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 d71b385ddff..d8f44764a30 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 @@ -231,6 +231,7 @@ var_changes = list("gun_accuracy_mod" = -35) custom_only = FALSE varchange_type = TRAIT_VARCHANGE_MORE_BETTER + excludes = list(/datum/trait/negative/thick_digits) //Traitgenes is_genetrait = TRUE @@ -473,6 +474,7 @@ desc = "Your hands are not shaped in a way that allows useage of guns." cost = -4 custom_only = FALSE + excludes = list(/datum/trait/negative/bad_shooter) /datum/trait/negative/thick_digits/apply(var/datum/species/S,var/mob/living/carbon/human/H) ..()