Make Bad shot and thick digits mutually exclusive (#19215)

its like +1 point but like yeah
This commit is contained in:
Sharkmare
2026-02-22 08:17:14 +01:00
committed by GitHub
parent af348ddbae
commit ee2bbde7b8
@@ -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)
..()