Merge pull request #13668 from Runa-Dacino/request-pain-tolerance

Adds "Grit" Positive trait
This commit is contained in:
Casey
2022-09-06 15:39:35 -04:00
committed by GitHub
@@ -199,4 +199,13 @@
cost = 2
var_changes = list("gun_accuracy_mod" = 25)
custom_only = FALSE
varchange_type = TRAIT_VARCHANGE_MORE_BETTER
varchange_type = TRAIT_VARCHANGE_MORE_BETTER
/datum/trait/negative/pain_tolerance
name = "Grit"
desc = "You can keep going a little longer, a little harder when you get hurt, Injuries only inflict 85% as much pain, and slowdown from pain is 85% as effective."
cost = 2
var_changes = list("trauma_mod" = 0.85)
excludes = list(/datum/trait/negative/neural_hypersensitivity)
can_take = ORGANICS