Skip to content

Commit

Permalink
test removing duplicate apc
Browse files Browse the repository at this point in the history
  • Loading branch information
PsyCommando committed Oct 14, 2024
1 parent bfad708 commit 83d7a1e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@

/obj/machinery/computer/modular/preset/full
uncreated_component_parts = list(
/obj/item/stock_parts/power/apc,
/obj/item/stock_parts/computer/card_slot,
/obj/item/stock_parts/computer/ai_slot,
)

/obj/machinery/computer/modular/preset/aislot
uncreated_component_parts = list(
/obj/item/stock_parts/power/apc,
/obj/item/stock_parts/computer/ai_slot
)

/obj/machinery/computer/modular/preset/cardslot
uncreated_component_parts = list(
/obj/item/stock_parts/power/apc,
/obj/item/stock_parts/computer/card_slot
)

Expand Down

0 comments on commit 83d7a1e

Please sign in to comment.