The Visible Hand - Golden Deep Merchant Ship (#17424)

* golden deep ship skeleton

* more gold

* files & access

* i fucking love gold, i fucking love capitalism

* sectors & fluff

* changelog

* more drip

* whoops

* ENTRY POINTS

* some changes

* airlocks

* grates

* hallway & dock changes

* fixes dock unit test

* switches misplaced docks
This commit is contained in:
RustingWithYou
2023-10-05 09:30:04 +13:00
committed by GitHub
parent 987fc9afd6
commit 28050e3f07
11 changed files with 31006 additions and 1 deletions

View File

@@ -661,6 +661,17 @@
)
return _prg_list
/datum/modular_computer_app_presets/merchant/golden_deep/return_install_programs(obj/item/modular_computer/comp)
var/list/_prg_list = list(
new /datum/computer_file/program/filemanager(comp),
new /datum/computer_file/program/manifest(comp),
new /datum/computer_file/program/newsbrowser(comp),
new /datum/computer_file/program/chat_client(comp),
new /datum/computer_file/program/merchant/golden_deep(comp)
)
return _prg_list
/datum/modular_computer_app_presets/ai
name = "ai"
display_name = "AI"