[MIRROR] [s] Cleanup escalation unsafe procs [MDB IGNORE] (#8642)

* [s] Cleanup escalation unsafe procs (#61905)

Fixes admins spawning in atoms and datums without the DF_VAR_EDITED flag

* [s] Cleanup escalation unsafe procs

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-06 14:36:27 -04:00
committed by GitHub
co-authored by Jordan Brown
parent a2125e3215
commit fc29da4e9c
6 changed files with 14 additions and 8 deletions
-1
View File
@@ -2,4 +2,3 @@
/// A shorthand for the callback datum, [documented here](datum/callback.html)
#define CALLBACK new /datum/callback
#define INVOKE_ASYNC world.ImmediateInvokeAsync
#define CALLBACK_NEW(typepath, args) CALLBACK(GLOBAL_PROC, /proc/___callbacknew, typepath, args)