mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
test commit
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
if(QDELING(A))
|
||||
// Check init_start_time to not worry about atoms created before the atoms SS that are cleaned up before this
|
||||
if (A.gc_destroyed > init_start_time)
|
||||
CRASH("QDEL before Initialize at [AREACOORD(A)].")
|
||||
BadInitializeCalls[the_type] |= BAD_INIT_QDEL_BEFORE
|
||||
return TRUE
|
||||
|
||||
|
||||
@@ -56,8 +56,7 @@ All the important duct code:
|
||||
active = FALSE
|
||||
set_anchored(FALSE)
|
||||
else if(!can_anchor())
|
||||
if(mapload)
|
||||
log_mapping("Overlapping ducts detected at [AREACOORD(src)], unanchoring one.")
|
||||
CRASH("Overlapping ducts detected at [AREACOORD(src)], unanchoring one.")
|
||||
// Note that qdeling automatically drops a duct stack
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user