From: Wrexbe (Josh) <81056464+wrexbe@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:46:24 +0000 (-0700) Subject: Fixed some icon rsi warnings (#26414) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5562bcebcb114892616383a95f5d5a8884c09bbb;p=space-station-14.git Fixed some icon rsi warnings (#26414) Fixed some icon warnings Co-authored-by: wrexbe --- diff --git a/Resources/Prototypes/Actions/diona.yml b/Resources/Prototypes/Actions/diona.yml index 2d188987af..11db30386a 100644 --- a/Resources/Prototypes/Actions/diona.yml +++ b/Resources/Prototypes/Actions/diona.yml @@ -5,7 +5,9 @@ noSpawn: true components: - type: InstantAction - icon: Mobs/Species/Diona/organs.rsi/brain.png + icon: + sprite: Mobs/Species/Diona/organs.rsi + state: brain event: !type:GibActionEvent {} checkCanInteract: false checkConsciousness: false @@ -17,6 +19,8 @@ noSpawn: true components: - type: InstantAction - icon: Mobs/Species/Diona/parts.rsi/full.png + icon: + sprite: Mobs/Species/Diona/parts.rsi + state: full event: !type:ReformEvent {} useDelay: 600 # Once every 10 minutes. Keep them dead for a fair bit before reforming diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 84f0839b25..b91b26e357 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -41,7 +41,7 @@ components: - type: InstantAction icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight } - iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png + iconOn: { sprite: Objects/Tools/flashlight.rsi, state: flashlight-on } event: !type:ToggleActionEvent - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml index 05067ff68a..6b4be3c9f8 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml @@ -73,7 +73,9 @@ noSpawn: true components: - type: EntityTargetAction - icon: Clothing/Neck/Misc/stethoscope.rsi/icon.png + icon: + sprite: Clothing/Neck/Misc/stethoscope.rsi + state: icon event: !type:StethoscopeActionEvent checkCanInteract: false priority: -1 diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index 83e916a687..c22accaf21 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -45,5 +45,7 @@ - type: InstantAction priority: -1 useDelay: 30 - icon: Structures/Walls/solid.rsi/full.png + icon: + sprite: Structures/Walls/solid.rsi + state: full event: !type:InvisibleWallActionEvent