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

Commit 3be6a65

Browse files
authored
REMOVE SYNTH REQ (#22616)
1 parent 4a64881 commit 3be6a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/modules/modular_computers/computers/item/phone/phone_presets.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646

4747
/obj/item/modular_computer/tablet/phone/preset/advanced/command/Initialize(mapload)
4848
starting_files |= list(
49-
new /datum/computer_file/program/card_mod,
50-
new /datum/computer_file/program/synth_requester
49+
new /datum/computer_file/program/card_mod
5150
)
5251
. = ..()
5352

0 commit comments

Comments
 (0)