Merge pull request #2110 from Perakp/mimeSpells

Changes mime abilities into spells
This commit is contained in:
Cheridan
2013-12-26 20:56:40 -08:00
5 changed files with 72 additions and 11 deletions
+3 -3
View File
@@ -674,11 +674,11 @@ note dizziness decrements automatically in the mob's Life() proc.
for(var/obj/effect/proc_holder/spell/S in spell_list)
switch(S.charge_type)
if("recharge")
statpanel("Spells","[S.charge_counter/10.0]/[S.charge_max/10]",S)
statpanel("[S.panel]","[S.charge_counter/10.0]/[S.charge_max/10]",S)
if("charges")
statpanel("Spells","[S.charge_counter]/[S.charge_max]",S)
statpanel("[S.panel]","[S.charge_counter]/[S.charge_max]",S)
if("holdervar")
statpanel("Spells","[S.holder_var_type] [S.holder_var_amount]",S)
statpanel("[S.panel]","[S.holder_var_type] [S.holder_var_amount]",S)