mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 19:11:22 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user