Skip to content

Commit

Permalink
get rid of necessary cables
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Oct 11, 2024
1 parent 25d135a commit 01f25c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions code/modules/power/fusion/fuel_assembly/fuel_compressor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
/obj/item/circuitboard/fusion_fuel_compressor = 1,
/obj/item/stock_parts/manipulator/pico = 2,
/obj/item/stock_parts/matter_bin/super = 2,
/obj/item/stock_parts/console_screen = 1,
/obj/item/stack/cable_coil{amount = 5}
/obj/item/stock_parts/console_screen = 1
)

/obj/machinery/fusion_fuel_compressor/MouseDrop_T(atom/movable/target, mob/user)
Expand Down
1 change: 0 additions & 1 deletion code/modules/power/fusion/fusion_circuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/obj/item/stock_parts/manipulator/pico = 2,
/obj/item/stock_parts/matter_bin/super = 2,
/obj/item/stock_parts/console_screen = 1,
/obj/item/stack/cable_coil = 5
)

/obj/item/circuitboard/fusion_fuel_control
Expand Down

0 comments on commit 01f25c7

Please sign in to comment.