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

Commit cd8f0bc

Browse files
fuck
1 parent 7ce1ddd commit cd8f0bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/game/objects/items/circuitboards/machine_circuitboards.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,7 @@
11291129
name = "Rack Creator (Machine Board)"
11301130
greyscale_colors = CIRCUIT_COLOR_SCIENCE
11311131
build_path = /obj/machinery/rack_creator
1132-
req_components = list(
1133-
/obj/item/stock_parts/manipulator = 2,
1132+
req_components = list(/obj/item/stock_parts/manipulator = 2)
11341133
var/unlocked = FALSE
11351134

11361135
/obj/item/circuitboard/machine/rack_creator/multitool_act(mob/living/user, obj/item/I)

0 commit comments

Comments
 (0)