[MIRROR] Make Bad shot and thick digits mutually exclusive (#12441)

Co-authored-by: Sharkmare <34294231+Sharkmare@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-22 22:14:59 +01:00
committed by GitHub
co-authored by Sharkmare
parent 9da11a46d4
commit 42dd5dba37
@@ -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)
..()