moves sdql spell to vv dropdown (#58911)

This commit is contained in:
Fikou
2021-05-06 23:17:09 -07:00
committed by GitHub
parent b6c2344953
commit 241ce53d37
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)