mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
- Adds generic action and action buttons system
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user