mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Make Bad shot and thick digits mutually exclusive (#19215)
its like +1 point but like yeah
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user