mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user