mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 06:01:46 +00:00
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
// Forces entry and exit points
|
|
/obj/effect/mazegen/module_helper/entry_exit
|
|
name = "entrance/exit allocator"
|
|
|
|
/obj/effect/mazegen/module_helper/entry_exit/helper_run()
|
|
for(var/obj/structure/window/reinforced/mazeglass/MG in get_turf(src))
|
|
qdel(MG)
|
|
|
|
qdel(src)
|