test commit

This commit is contained in:
John Willard
2025-11-26 06:26:14 -05:00
parent 3b8cef820b
commit 93f582dd5b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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