Skip to content

Commit

Permalink
adadada
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Oct 11, 2024
1 parent 081b731 commit 25d135a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/power/fusion/fuel_assembly/fuel_compressor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
turf_height_offset = 23

component_types = list(
/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 = 5
/obj/item/stack/cable_coil{amount = 5}
)

/obj/machinery/fusion_fuel_compressor/MouseDrop_T(atom/movable/target, mob/user)
Expand Down

0 comments on commit 25d135a

Please sign in to comment.