mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 23:54:14 +01:00
[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:
@@ -40,4 +40,6 @@
|
||||
|
||||
params.Insert(1, spawn_at.value)
|
||||
|
||||
spawned_atom.set_output(new typepath(arglist(params)))
|
||||
var/atom/spawned = new typepath(arglist(params))
|
||||
spawned.datum_flags |= DF_VAR_EDITED
|
||||
spawned_atom.set_output(spawned)
|
||||
|
||||
Reference in New Issue
Block a user