mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 01:46:30 +01:00
Added a miners app preset for the PDA, with the away manifest program (#19596)
Added a miners app preset for the PDA, with the away manifest program Fixes #19574
This commit is contained in:
@@ -276,6 +276,22 @@
|
||||
)
|
||||
return flatten_list(_prg_list)
|
||||
|
||||
/datum/modular_computer_app_presets/civilian/miner
|
||||
name = "miner"
|
||||
display_name = "Miner"
|
||||
description = "Contains programs for miners."
|
||||
available = TRUE
|
||||
|
||||
/datum/modular_computer_app_presets/civilian/miner/return_install_programs(obj/item/modular_computer/comp)
|
||||
var/list/_prg_list = list(
|
||||
COMPUTER_APP_PRESET_SYSTEM,
|
||||
COMPUTER_APP_PRESET_HORIZON_CIVILIAN,
|
||||
new /datum/computer_file/program/game/arcade(comp),
|
||||
new /datum/computer_file/program/cooking_codex(comp),
|
||||
new /datum/computer_file/program/away_manifest(comp),
|
||||
)
|
||||
return flatten_list(_prg_list)
|
||||
|
||||
/datum/modular_computer_app_presets/supply
|
||||
name = "supply"
|
||||
display_name = "Supply"
|
||||
|
||||
Reference in New Issue
Block a user