This commit is contained in:
Fluffy
2023-12-24 23:27:04 +00:00
committed by GitHub
parent d0f6b91ec4
commit d008439ab7
2 changed files with 43 additions and 1 deletions
@@ -23,9 +23,10 @@
available = FALSE
/datum/modular_computer_app_presets/ai/return_install_programs(obj/item/modular_computer/comp)
return list(
var/list/_prg_list = list(
COMPUTER_APP_PRESET_SYSTEM,
)
return flatten_list(_prg_list)
/datum/modular_computer_app_presets/command/teleporter
name = "command_teleporter"