Skip to content

Commit

Permalink
just to make even more sure
Browse files Browse the repository at this point in the history
  • Loading branch information
PsyCommando committed Oct 13, 2024
1 parent 73533e0 commit bfad708
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/machinery/computer/modular
name = "modular console"
//There's a lot of stuff that goes in these
maximum_component_parts = list(
/obj/item/stock_parts/keyboard = 1,
/obj/item/stock_parts/console_screen = 1,
Expand Down Expand Up @@ -28,10 +29,10 @@
/obj/item/stock_parts/computer/scanner/medical = 1,
/obj/item/stock_parts/computer/scanner/paper = 1,
/obj/item/stock_parts/computer/scanner/reagent = 1,
/obj/item/stock_parts/computer/tesla_link = 0,
/obj/item/stock_parts/computer/battery_module = 0,
/obj/item/stock_parts/computer/tesla_link = 0,
/obj/item/stock_parts/computer/battery_module = 0,
/obj/item/stock_parts = 10,
) //There's a lot of stuff that goes in these
)
icon = 'icons/obj/modular_computers/modular_console.dmi'
icon_state = "console-off"
var/list/interact_sounds = list("keyboard", "keystroke")
Expand Down

0 comments on commit bfad708

Please sign in to comment.