XO office remap (#22909)

a pretty comprehensive remap of the XO's office, splitting it into two
separate rooms
This commit is contained in:
ant
2026-07-26 18:03:40 +00:00
committed by GitHub
parent a7d0573933
commit 091d6d84c2
8 changed files with 867 additions and 612 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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