- Adds generic action and action buttons system

This commit is contained in:
AnturK
2015-04-08 16:23:25 +02:00
parent c925e8019e
commit e2c869bc77
31 changed files with 485 additions and 211 deletions
+2 -2
View File
@@ -441,9 +441,9 @@ var/list/admin_verbs_hideable = list(
message_admins("<span class='adminnotice'>[key_name_admin(usr)] gave [key_name(T)] the spell [S].</span>")
if(T.mind)
T.mind.spell_list += new S
T.mind.AddSpell(new S)
else
T.mob_spell_list += new S
T.AddSpell(new S)
message_admins("<span class='danger'>Spells given to mindless mobs will not be transferred in mindswap or cloning!</span>")