Fixed some icon rsi warnings (#26414)
Fixed some icon warnings Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user