mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user