[TM] Verb Queue - Port of TG SSverb subsystem (#19863)

* Some verbs queue up now

* Damn you 515

* Screw you Topic

* Update client_procs.dm

* Fixes for unit testing

* Update MC.dm

* verb

* Update callback.dm

* Tweaks

* Linters might not have liked that,

* More tweaks, and fix

* Update verb_manager.dm
This commit is contained in:
Vi3trice
2023-01-29 09:05:38 -05:00
committed by GitHub
parent 47f71ccde1
commit caee0ec975
19 changed files with 328 additions and 5 deletions
+1
View File
@@ -177,6 +177,7 @@ GLOBAL_LIST_INIT(admin_verbs_debug, list(
/client/proc/dmapi_log,
/client/proc/timer_log,
/client/proc/debug_timers,
/client/proc/force_verb_bypass,
))
GLOBAL_LIST_INIT(admin_verbs_possess, list(
/proc/possess,