Fix crafting steps with modular machine parts (#38299)
fixed lines that were messing with construction menu entries for machine parts
This commit is contained in:
@@ -121,9 +121,7 @@ stack-brutepack = brutepack
|
||||
stack-bloodpack = bloodpack
|
||||
stack-medicated-suture = medicated-suture
|
||||
stack-regenerative-mesh = regenerative-mesh
|
||||
stack-capacitor = capacitor
|
||||
stack-micro-manipulator = micro manipulator
|
||||
stack-matter-bin = matter bin
|
||||
stack-micro-manipulator = modular machine part
|
||||
stack-pancake = pancake
|
||||
stack-blueberry-pancake = blueberry pancake
|
||||
stack-chocolate-chip-pancake = chocolate chip pancake
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
- type: stack
|
||||
id: Manipulator
|
||||
name: stack-micro-manipulator
|
||||
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: micro_mani }
|
||||
spawn: MicroManipulatorStockPart
|
||||
maxCount: 10
|
||||
|
||||
Reference in New Issue
Block a user