From 9811308fe2a0078cd080fe883803f6b0fe097b05 Mon Sep 17 00:00:00 2001 From: KillanGenifer Date: Fri, 25 Oct 2024 22:31:05 +0700 Subject: [PATCH] yeee --- Content.Server/UserInterface/StatValuesCommand.cs | 2 +- Resources/Textures/Next/Objects/Misc/stock_parts.rsi/meta.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Content.Server/UserInterface/StatValuesCommand.cs b/Content.Server/UserInterface/StatValuesCommand.cs index 79f36044d70..b10b923d9d2 100644 --- a/Content.Server/UserInterface/StatValuesCommand.cs +++ b/Content.Server/UserInterface/StatValuesCommand.cs @@ -226,7 +226,7 @@ private StatValuesEuiMessage GetLatheMessage() foreach (var (material, count) in proto.Materials) { - var materialPrice = _proto.Index(material).Price; + var materialPrice = _proto.Index(material).Price; // Corvax-Next cost += materialPrice * count; } diff --git a/Resources/Textures/Next/Objects/Misc/stock_parts.rsi/meta.json b/Resources/Textures/Next/Objects/Misc/stock_parts.rsi/meta.json index d64ebc7811b..90c8ad97a9e 100644 --- a/Resources/Textures/Next/Objects/Misc/stock_parts.rsi/meta.json +++ b/Resources/Textures/Next/Objects/Misc/stock_parts.rsi/meta.json @@ -41,9 +41,6 @@ { "name": "matter_bin" }, - { - "name": "micro_laser" - }, { "name": "micro_mani" },