From 73a5c45c49cf231d973c713dbc303430bd685b74 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 Aug 2025 22:21:23 +0200 Subject: [PATCH] Fix texture sprite specifiers to RSI PNGs (#39783) These aren't available when packaged anymore. --- Resources/Prototypes/Actions/anomaly.yml | 2 +- Resources/Prototypes/Alerts/revenant.yml | 2 +- .../Prototypes/Entities/Mobs/Player/admin_ghost.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Actions/anomaly.yml b/Resources/Prototypes/Actions/anomaly.yml index f89ccce92c..3c1d270870 100644 --- a/Resources/Prototypes/Actions/anomaly.yml +++ b/Resources/Prototypes/Actions/anomaly.yml @@ -6,6 +6,6 @@ components: - type: Action useDelay: 30 - icon: Structures/Specific/anomaly.rsi/anom1.png + icon: { sprite: Structures/Specific/anomaly.rsi, state: anom1 } - type: InstantAction event: !type:ActionAnomalyPulseEvent diff --git a/Resources/Prototypes/Alerts/revenant.yml b/Resources/Prototypes/Alerts/revenant.yml index ab2b13905d..8e1c494d64 100644 --- a/Resources/Prototypes/Alerts/revenant.yml +++ b/Resources/Prototypes/Alerts/revenant.yml @@ -10,7 +10,7 @@ - type: alert id: Corporeal - icons: [ /Textures/Mobs/Ghosts/revenant.rsi/icon.png ] + icons: [ { sprite: /Textures/Mobs/Ghosts/revenant.rsi, state: icon } ] name: alerts-revenant-corporeal-name description: alerts-revenant-corporeal-desc diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index 6248207a81..7c1bb7ef16 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -117,7 +117,7 @@ components: - type: Action icon: { sprite: Structures/Machines/parts.rsi, state: box_0 } - iconOn: Structures/Machines/parts.rsi/box_2.png + iconOn: { sprite: Structures/Machines/parts.rsi, state: box_2 } keywords: [ "AI", "console", "interface" ] priority: -10 @@ -138,7 +138,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console } - iconOn: Interface/Actions/actions_ai.rsi/comms_console.png + iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console } keywords: [ "AI", "console", "interface" ] priority: -4 - type: InstantAction @@ -152,7 +152,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_ai.rsi, state: mass_scanner } - iconOn: Interface/Actions/actions_ai.rsi/mass_scanner.png + iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: comms_console } keywords: [ "AI", "console", "interface" ] priority: -6 - type: InstantAction @@ -175,7 +175,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor } - iconOn: Interface/Actions/actions_ai.rsi/crew_monitor.png + iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: crew_monitor } keywords: [ "AI", "console", "interface" ] priority: -8 - type: InstantAction @@ -189,7 +189,7 @@ components: - type: Action icon: { sprite: Interface/Actions/actions_ai.rsi, state: station_records } - iconOn: Interface/Actions/actions_ai.rsi/station_records.png + iconOn: { sprite: Interface/Actions/actions_ai.rsi, state: station_records } keywords: [ "AI", "console", "interface" ] priority: -7 - type: InstantAction -- 2.51.2