mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
SDQL Spells & Menu to Give Them to Players (#58118)
SDQL spells are spells that execute an SDQL query. This requires a config flag to be enabled in game_options.txt. When enabled, admins with debug verbs have the ability to open a menu allowing them to define all the relevant vars for the spell, including icons and spell requirements. It also fixes a bug with superuser SDQL queries always runtime if they try to call a proc. Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com> Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
co-authored by
Emmett Gaines
Aleksej Komarov
parent
6f2576680f
commit
3bd7a0db6b
@@ -1,5 +1,5 @@
|
||||
#define TARGET_CLOSEST 1
|
||||
#define TARGET_RANDOM 2
|
||||
#define TARGET_CLOSEST 0
|
||||
#define TARGET_RANDOM 1
|
||||
|
||||
|
||||
/obj/effect/proc_holder
|
||||
|
||||
Reference in New Issue
Block a user