Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b0806b6

Browse files
authored
bot program (#22623)
1 parent e506293 commit b0806b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code/modules/modular_computers/computers/item/pda/pda_presets.dm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
greyscale_config = /datum/greyscale_config/tablet/stripe_thick
8787
greyscale_colors = "#D6B328#6506CA#927444"
8888

89+
/obj/item/modular_computer/tablet/pda/preset/cargo/quartermaster/Initialize(mapload)
90+
starting_files |= list(
91+
new /datum/computer_file/program/robocontrol,
92+
)
93+
return ..()
94+
8995
/obj/item/modular_computer/tablet/pda/preset/shaft_miner
9096
greyscale_config = /datum/greyscale_config/tablet/stripe_thick
9197
greyscale_colors = "#927444#D6B328#6C3BA1"

0 commit comments

Comments
 (0)