From 60d1d2c9b1abbb0da512fb15cfaf14b45d8ac16d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=81da?= Date: Thu, 4 Sep 2025 17:48:27 -0500 Subject: [PATCH] Fix xenoborg action icons (#40118) commit Co-authored-by: iaada --- Resources/Prototypes/Entities/Mobs/Player/mothershipcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/mothershipcore.yml b/Resources/Prototypes/Entities/Mobs/Player/mothershipcore.yml index c557d38b36..1d989a462c 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/mothershipcore.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/mothershipcore.yml @@ -213,7 +213,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-basic-module } - iconOn: Interface/Actions/actions_borg.rsi/xenoborg-basic-module.png + iconOn: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-basic-module } keywords: [ "Mothership Core", "console", "interface" ] priority: -6 - type: InstantAction @@ -227,7 +227,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-eye-module } - iconOn: Interface/Actions/actions_borg.rsi/xenoborg-eye-module.png + iconOn: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-eye-module } keywords: [ "Mothership Core", "console", "interface" ] priority: -6 - type: InstantAction -- 2.51.2