Fixed some icon rsi warnings (#26414)

Fixed some icon warnings

Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
Wrexbe (Josh)
2024-03-24 15:46:24 -07:00
committed by GitHub
parent 8f652eaa75
commit 5562bcebcb
4 changed files with 13 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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