POLARIS: Allow species-specific statpanels

This commit is contained in:
Arokha Sieyes
2018-03-15 23:56:43 -04:00
parent b87829e4f7
commit 6d2d0eadfa
2 changed files with 6 additions and 0 deletions
@@ -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