From 1f4ad8998f74c248e4e4af00afc602384640589d Mon Sep 17 00:00:00 2001 From: Rinary Date: Fri, 18 Oct 2024 13:21:48 +0300 Subject: [PATCH] some fixes --- .../Entities/Objects/Specific/Mech/mechs.yml | 2 +- .../_Sunrise/Entities/Objects/Devices/handheld.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml index bd8778c4e4b..e0b420c3cd6 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml @@ -1055,7 +1055,7 @@ - PowerCageHigh - type: entity - id: MechRoverSyndierFilled + id: MechRoverSyndieFilled parent: MechRoverSyndieBattery suffix: Battery, Filled components: diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/handheld.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/handheld.yml index e7cba2b381c..d681ca5c239 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/handheld.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/handheld.yml @@ -238,7 +238,7 @@ components: - type: Sprite sprite: Objects/Specific/Mech/mecha_equipment.rsi - state: icon + state: mecha_analyzer layers: - state: mecha_analyzer - state: mecha_analyzer_anim @@ -285,11 +285,11 @@ suffix: HandHeld, Empty components: - type: Sprite - sprite: _Sunrise/Objects/Devices/roboanalyzer.rsi - state: icon + sprite: Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_analyzer layers: - - state: icon - - state: analyzer + - state: mecha_analyzer + - state: mecha_analyzer_anim shader: unshaded visible: false map: [ "enum.PowerDeviceVisualLayers.Powered" ]