mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[MIRROR] Assorted Ordnance Code+Map Quality Pass and QoL [MDB IGNORE] (#14065)
* Assorted Ordnance Code+Map Quality Pass and QoL (#67097) Three main things I do: Reinforce the remap that i have made with code changes, making the atmos control devices sane and easy to put if someone else stumbles upon this part of the code again. (a4aea1e - f16e620) Splits the ordnance areas and renames them, kills ordnance misc and things that have nothing to do with ordnance (anymore?) moves them to exp_lab (useful stuff here) and aux_lab (fluff stuff here like laser range in delta or second circuit lab in tram). (0c99f9f- 3c82a88) Adds a roundstart program disk containing nt frontier to the ordnance office table. Added a hint to file manager there too to help give players a nudge on how to publish papers. (fd747dc) First one: Makes mapping these things not require varedit, nicer for other people that dont know how the atmos control stuffs works. Second one: Misc lab has nothing to do with ordnance jesus christ. Also ord hallway is now irrelevant, our ordnance labs are very far from box now. Will probably make downstreams a bit angry for a while though since they might not be fully up to date on the ordnance maps. Third one: Pretty much justified it in the about section. Why is this not atomic: This touches all five maps and needs code backing, so I might as well combine them into one maintenance PR instead of giving my peers merge conflict three times. * Assorted Ordnance Code+Map Quality Pass and QoL * set 1 * revert * Update CentCom_skyrat.dmm Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: John Doe <gamingskeleton3@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
vincentiusvin
Zonespace
John Doe
Gandalf
parent
26a4dcad23
commit
14a38b7097
@@ -128,6 +128,15 @@
|
||||
. = ..()
|
||||
store_file(new /datum/computer_file/program/signal_commander(src))
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/scipaper_program
|
||||
name = "NT Frontier data disk"
|
||||
desc = "Data disk containing NT Frontier. Simply insert to a computer and open File Manager!"
|
||||
icon_state = "datadisk5"
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/scipaper_program/install_default_programs()
|
||||
. = ..()
|
||||
store_file(new /datum/computer_file/program/scipaper_program(src))
|
||||
|
||||
/**
|
||||
* Engineering
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user