Ling datum antag standarization.

This commit is contained in:
AnturK
2017-11-05 19:32:59 -06:00
committed by CitadelStationBot
parent 326d0bd29b
commit 2e0aaf8598
38 changed files with 1021 additions and 623 deletions
+3 -2
View File
@@ -649,8 +649,9 @@
if(mind)
add_spells_to_statpanel(mind.spell_list)
if(mind.changeling)
add_stings_to_statpanel(mind.changeling.purchasedpowers)
var/datum/antagonist/changeling/changeling = mind.has_antag_datum(/datum/antagonist/changeling)
if(changeling)
add_stings_to_statpanel(changeling.purchasedpowers)
add_spells_to_statpanel(mob_spell_list)
/mob/proc/add_spells_to_statpanel(list/spells)