mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 15:36:47 +01:00
Baystation12 merchant port (#3155)
Port of the merchant mechanics from baystation12. All of the trader, prices and most essential system are done, as well the job datum and the like. Mapping the shuttle, the base and a new dock will be done in a later pr. Also adds phazon construction and several other items used in this pr. The chance of the merchant slow being open at round start can be changed via the config, it is 20% by default.
This commit is contained in:
@@ -162,3 +162,17 @@
|
||||
new/datum/computer_file/program/crushercontrol()
|
||||
)
|
||||
return _prg_list
|
||||
|
||||
|
||||
/datum/modular_computer_app_presets/merchant
|
||||
name = "merchant"
|
||||
display_name = "Merchant"
|
||||
description = "A preset for the merchant console"
|
||||
available = 0
|
||||
/datum/modular_computer_app_presets/merchant/return_install_programs()
|
||||
var/list/_prg_list = list(
|
||||
new/datum/computer_file/program/filemanager(),
|
||||
new/datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/merchant()
|
||||
)
|
||||
return _prg_list
|
||||
|
||||
Reference in New Issue
Block a user