mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes VV spells
This commit is contained in:
@@ -644,7 +644,7 @@ var/list/admin_verbs_mod = list(
|
|||||||
|
|
||||||
var/spell/S = input("Choose the spell to give to that guy", "ABRAKADABRA") as null|anything in spells
|
var/spell/S = input("Choose the spell to give to that guy", "ABRAKADABRA") as null|anything in spells
|
||||||
if(!S) return
|
if(!S) return
|
||||||
T.add_spell(S)
|
T.add_spell(new S)
|
||||||
feedback_add_details("admin_verb","GS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
feedback_add_details("admin_verb","GS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||||
log_admin("[key_name(usr)] gave [key_name(T)] the spell [S].")
|
log_admin("[key_name(usr)] gave [key_name(T)] the spell [S].")
|
||||||
message_admins("<span class='notice'>[key_name_admin(usr)] gave [key_name(T)] the spell [S].</span>", 1)
|
message_admins("<span class='notice'>[key_name_admin(usr)] gave [key_name(T)] the spell [S].</span>", 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user