renames flags to atom_flags for, well, atoms; transitions some reasonable atom flags to be more, well, obvious (#4837)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-12-15 18:54:20 +01:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 104dd3ba95
commit fa3856bf7f
158 changed files with 322 additions and 345 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
/obj/spawner/Initialize(mapload)
SHOULD_CALL_PARENT(FALSE)
flags |= INITIALIZED
atom_flags |= ATOM_INITIALIZED
if(!late)
Spawn() // we always spawn in Initialize(), because if anything we spawn has LateInitialize behavior, that'll be really bad, huh.
// keep in mind though, anything requiring even regular Initialize() behavior will be trampled, so, spawners are only good for