mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-30 11:12:43 +00:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
/mob/living/carbon/human/Value(var/base)
|
|
. = ..()
|
|
if(species)
|
|
. *= species.rarity_value
|