IHSS Reclamation Mapping Fixes (#19323)

Fixes https://github.com/Aurorastation/Aurora.3/issues/19317 (hopefully)

This has quickly ballooned to become general fixes for the IHSS
Reclamation, from fixing docking to fixing ghostroles + other missing
aspects.

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2024-06-11 08:39:37 +00:00
committed by GitHub
co-authored by Ben10083
parent af06e44c91
commit d2ef4f5c02
8 changed files with 2622 additions and 3124 deletions
@@ -56,7 +56,9 @@
if(spawn_grille)
new grille_path(loc)
if(spawn_firedoor)
new firedoor_path(loc)
var/obj/machinery/door/firedoor/new_firedoor = new firedoor_path(loc)
if(req_one_access)
new_firedoor.req_one_access = req_one_access
if(!single_window)
var/list/neighbours = list()
for (var/dir in GLOB.cardinal)