From 42dd5dba37521e0dd8ec0f804fbdafc18eae45c5 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:14:59 -0700 Subject: [PATCH] [MIRROR] Make Bad shot and thick digits mutually exclusive (#12441) Co-authored-by: Sharkmare <34294231+Sharkmare@users.noreply.github.com> --- .../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 3944d69c02..9cc3d7d849 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 @@ -232,6 +232,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 @@ -474,6 +475,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) ..()