mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Wealth Beyond Measure - The Merchants' Guild Ship (#16295)
* hegemony merchant ship * guild mantles * armory weapons + changelogs * changelog fix * cl fix 2 * turf fix * piping and access fixes
This commit is contained in:
@@ -646,6 +646,16 @@
|
||||
)
|
||||
return _prg_list
|
||||
|
||||
/datum/modular_computer_app_presets/merchant/guild/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/guild(comp)
|
||||
)
|
||||
return _prg_list
|
||||
|
||||
/datum/modular_computer_app_presets/ai
|
||||
name = "ai"
|
||||
display_name = "AI"
|
||||
|
||||
Reference in New Issue
Block a user