New Origin Traits (#18792)

Adds two new origin traits - small pain resistance and a minor stamina
increase. Currently Unathi from the Tza Prairie have the stamina boost
and Unathi from the Zazalai Mountains have the pain reduction.

Also adds drug & alcohol resistance to Crevan Tajara.
This commit is contained in:
RustingWithYou
2024-04-19 10:50:13 +12:00
committed by GitHub
parent ad4df4f72b
commit eb63f6998b
7 changed files with 60 additions and 0 deletions
+2
View File
@@ -1571,6 +1571,8 @@ Note that amputating the affected organ does in fact remove the infection from t
var/last_pain = pain
if(owner)
amount *= owner.species.pain_mod
if(HAS_TRAIT(owner, TRAIT_ORIGIN_PAIN_RESISTANCE))
amount = max(amount-1, 1)
amount -= (owner.chem_effects[CE_PAINKILLER]/3)
if(amount <= 0)
return