map cleanups (#7504)

cleanup map files
This commit is contained in:
Letter N
2026-01-27 12:43:51 -05:00
committed by GitHub
parent fed38ec2c8
commit fcdae04ae0
51 changed files with 136467 additions and 136622 deletions
+3 -1
View File
@@ -189,7 +189,9 @@
current_program = powerdown_program
linkedholodeck = locate(projection_area)
if(!linkedholodeck)
to_chat(world, "<span class='danger'>Holodeck computer at [x],[y],[z] failed to locate projection area.</span>")
log_mapping("[src] at [AREACOORD(src)] has no matching holodeck area.")
qdel(src)
return
//This could all be done better, but it works for now.
/obj/machinery/computer/HolodeckControl/Destroy()