[MIRROR] moves sdql spell to vv dropdown (#5522)

* moves sdql spell to vv dropdown (#58911)

* moves sdql spell to vv dropdown

Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2021-05-07 08:42:51 +02:00
committed by GitHub
parent bfa74ccf8d
commit f8f2c8222f
3 changed files with 7 additions and 2 deletions
@@ -207,8 +207,8 @@
#undef RAW_ADDRESS
/client/proc/cmd_give_sdql_spell(mob/target in GLOB.mob_list)
set category = "Debug.Admin"
set name = "Give SDQL spell"
set hidden = TRUE
if(CONFIG_GET(flag/sdql_spells))
var/datum/give_sdql_spell/ui = new(usr, target)
ui.ui_interact(usr)