mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 02:58:45 +01:00
POLARIS: Allow species-specific statpanels
This commit is contained in:
@@ -104,6 +104,8 @@
|
||||
stat("Chemical Storage", mind.changeling.chem_charges)
|
||||
stat("Genetic Damage Time", mind.changeling.geneticdamage)
|
||||
stat("Re-Adaptations", "[mind.changeling.readapts]/[mind.changeling.max_readapts]")
|
||||
if(species)
|
||||
species.Stat(src)
|
||||
|
||||
/mob/living/carbon/human/ex_act(severity)
|
||||
if(!blinded)
|
||||
|
||||
@@ -429,3 +429,7 @@
|
||||
// Used to override normal fall behaviour. Use only when the species does fall down a level.
|
||||
/datum/species/proc/fall_impact_special(var/mob/living/carbon/human/H, var/atom/A)
|
||||
return FALSE
|
||||
|
||||
// Allow species to display interesting information in the human stat panels
|
||||
/datum/species/proc/Stat(var/mob/living/carbon/human/H)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user