From d121b042dcd1aa8dbb93b23db5193eda1b984c10 Mon Sep 17 00:00:00 2001 From: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Date: Mon, 15 May 2023 09:04:39 -0700 Subject: [PATCH] Fix Birdshot Blueshield Spawn (#20982) * blueshield * Revert "blueshield" This reverts commit 92130c0c402bf37cad6b5a737545bf116e128d59. * Update area_spawn_entries.dm --------- Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> --- modular_skyrat/modules/automapper/code/area_spawn_entries.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/automapper/code/area_spawn_entries.dm b/modular_skyrat/modules/automapper/code/area_spawn_entries.dm index 62da2ab3601..ef177501504 100644 --- a/modular_skyrat/modules/automapper/code/area_spawn_entries.dm +++ b/modular_skyrat/modules/automapper/code/area_spawn_entries.dm @@ -21,7 +21,7 @@ desired_atom = /obj/structure/closet/secure_closet/security_medic /datum/area_spawn/blueshield_locker - target_areas = list(/area/station/command/heads_quarters/captain, /area/station/command/bridge) + target_areas = list(/area/station/command/heads_quarters/captain, /area/station/command/bridge, /area/station/command/corporate_dock, /area/station/command/meeting_room, /area/station/command/gateway) desired_atom = /obj/structure/closet/secure_closet/blueshield mode = AREA_SPAWN_MODE_HUG_WALL