From 0b161cba6b22c918a680a8cf6ed4edf3ae26506a Mon Sep 17 00:00:00 2001 From: hoshizora Date: Thu, 12 Jun 2025 22:21:57 -0700 Subject: [PATCH] Fix crafting steps with modular machine parts (#38299) fixed lines that were messing with construction menu entries for machine parts --- Resources/Locale/en-US/stack/stacks.ftl | 4 +--- Resources/Prototypes/Stacks/science_stacks.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl index f285303192..2ee82bcf1d 100644 --- a/Resources/Locale/en-US/stack/stacks.ftl +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -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 diff --git a/Resources/Prototypes/Stacks/science_stacks.yml b/Resources/Prototypes/Stacks/science_stacks.yml index caa24aba2a..0dfc5444fd 100644 --- a/Resources/Prototypes/Stacks/science_stacks.yml +++ b/Resources/Prototypes/Stacks/science_stacks.yml @@ -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 -- 2.51.2