From: hoshizora Date: Fri, 13 Jun 2025 05:21:57 +0000 (-0700) Subject: Fix crafting steps with modular machine parts (#38299) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0b161cba6b22c918a680a8cf6ed4edf3ae26506a;p=space-station-14.git Fix crafting steps with modular machine parts (#38299) fixed lines that were messing with construction menu entries for machine parts --- 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