Golden Deep Fixes & Merchant Program Refactor (#20225)

Merchant program refactor to remove need to have subtypes, causing less
issues

Minor fixes to Golden Deep ship (gramophone is anchored)

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2025-01-13 19:50:14 +00:00
committed by GitHub
co-authored by Ben10083
parent be92376296
commit 860987c6bc
7 changed files with 67 additions and 47 deletions
@@ -176,15 +176,6 @@
ai_slot = new/obj/item/computer_hardware/ai_slot(src)
card_slot = new/obj/item/computer_hardware/card_slot(src)
/obj/item/modular_computer/console/preset/merchant/nka
_app_preset_type = /datum/modular_computer_app_presets/merchant/nka
/obj/item/modular_computer/console/preset/merchant/guild
_app_preset_type = /datum/modular_computer_app_presets/merchant/guild
/obj/item/modular_computer/console/preset/merchant/golden_deep
_app_preset_type = /datum/modular_computer_app_presets/merchant/golden_deep
// AI
/obj/item/modular_computer/console/preset/ai
_app_preset_type = /datum/modular_computer_app_presets/ai