]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix crafting steps with modular machine parts (#38299)
authorhoshizora <willhornbeck12@gmail.com>
Fri, 13 Jun 2025 05:21:57 +0000 (22:21 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 05:21:57 +0000 (22:21 -0700)
fixed lines that were messing with construction menu entries for machine parts

Resources/Locale/en-US/stack/stacks.ftl
Resources/Prototypes/Stacks/science_stacks.yml

index f2853031921d57340ba8d075f1523a95d95c5845..2ee82bcf1d6285ce2944ad476096cfb4ad190211 100644 (file)
@@ -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
index caa24aba2a172df01a1e8097e99426b4d83db0f3..0dfc5444fd3ba6c9fdf5963512cf9c8630937297 100644 (file)
@@ -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