mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[s] Cleanup escalation unsafe procs (#61905)
Fixes admins spawning in atoms and datums without the DF_VAR_EDITED flag
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