Changes mime abilities into spells. Admins can now give these from the 'give spell' menu. Unlike previous mime abilities, these are not transferred when a mime is cloned.

This commit is contained in:
Perakp
2013-12-21 20:54:07 +02:00
parent e3f82955e4
commit 0d1ba1eccf
5 changed files with 70 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)