mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
XO office remap (#22909)
a pretty comprehensive remap of the XO's office, splitting it into two separate rooms
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
if(A && istype(A, /area/horizon/command))
|
||||
target_area = A // Command areas are deemed safe
|
||||
else
|
||||
target_area = locate(/area/horizon/command/heads/xo) in GLOB.areas // Non safe area - XO office as fallback
|
||||
target_area = locate(/area/horizon/command/heads/xo_office) in GLOB.areas // Non safe area - XO office as fallback
|
||||
|
||||
var/obj/structure/table/T = locate(/obj/structure/table) in target_area // Put it on a table
|
||||
if(T)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
for(var/obj/structure/machinery/telecomms/message_server/MS in SSmachinery.all_telecomms)
|
||||
if(!MS.use_power || !(MS.z in affecting_z))
|
||||
continue
|
||||
MS.send_rc_message("Executive Officer's Desk", my_department, message, "", "", 2)
|
||||
MS.send_rc_message("Executive Officer's Office", my_department, message, "", "", 2)
|
||||
|
||||
|
||||
/datum/event/money_hacker/tick()
|
||||
@@ -63,4 +63,4 @@
|
||||
for(var/obj/structure/machinery/telecomms/message_server/MS in SSmachinery.all_telecomms)
|
||||
if(!MS.use_power || !(MS.z in affecting_z))
|
||||
continue
|
||||
MS.send_rc_message("Executive Officer's Desk", my_department, message, "", "", 2)
|
||||
MS.send_rc_message("Executive Officer's Office", my_department, message, "", "", 2)
|
||||
|
||||
@@ -125,7 +125,12 @@
|
||||
|
||||
/datum/modular_computer_app_presets/command/hop/New()
|
||||
. = ..()
|
||||
program_list += list(/datum/computer_file/program/civilian/cargocontrol, /datum/computer_file/program/records/security)
|
||||
program_list += list(/datum/computer_file/program/civilian/cargocontrol,
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/digitalwarrant,
|
||||
/datum/computer_file/program/camera_monitor,
|
||||
/datum/computer_file/program/alarm_monitor/all,
|
||||
)
|
||||
|
||||
|
||||
/datum/modular_computer_app_presets/command/captain
|
||||
|
||||
Reference in New Issue
Block a user