mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Merge pull request #13668 from Runa-Dacino/request-pain-tolerance
Adds "Grit" Positive trait
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user