diff --git a/aurorastation.dme b/aurorastation.dme index 9f3019a5bca..eeaacdb4474 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -3056,6 +3056,14 @@ #include "maps\runtime\code\runtime.dm" #include "maps\runtime\code\runtime_lifts.dm" #include "maps\runtime\code\runtime_unittest.dm" +#include "maps\sccv_horizon\code\sccv_horizon.dm" +#include "maps\sccv_horizon\code\sccv_horizon_areas.dm" +#include "maps\sccv_horizon\code\sccv_horizon_holodeck.dm" +#include "maps\sccv_horizon\code\sccv_horizon_lifts.dm" +#include "maps\sccv_horizon\code\sccv_horizon_overmap.dm" +#include "maps\sccv_horizon\code\sccv_horizon_shuttles.dm" +#include "maps\sccv_horizon\code\sccv_horizon_structures.dm" +#include "maps\sccv_horizon\code\sccv_horizon_unittest.dm" #include "maps\templates\distress\distress_equipment.dm" #include "maps\templates\orbital\orbital_templates.dm" // END_INCLUDE diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index 3548b42c782..114cad4a37a 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -374,7 +374,7 @@ title = "Operations Manager" flag = OPERATIONS_MANAGER departments = list(DEPARTMENT_CARGO = JOBROLE_SUPERVISOR, DEPARTMENT_COMMAND) - department_flag = CIVILIAN + department_flag = ENGSEC faction = "Station" total_positions = 1 spawn_positions = 1