mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 01:06:57 +01:00
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:
co-authored by
VM_USER <VM_USER>
parent
104dd3ba95
commit
fa3856bf7f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user