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
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
icon: Mobs/Species/Diona/organs.rsi/brain.png
|
icon:
|
||||||
|
sprite: Mobs/Species/Diona/organs.rsi
|
||||||
|
state: brain
|
||||||
event: !type:GibActionEvent {}
|
event: !type:GibActionEvent {}
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
checkConsciousness: false
|
checkConsciousness: false
|
||||||
@@ -17,6 +19,8 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
icon: Mobs/Species/Diona/parts.rsi/full.png
|
icon:
|
||||||
|
sprite: Mobs/Species/Diona/parts.rsi
|
||||||
|
state: full
|
||||||
event: !type:ReformEvent {}
|
event: !type:ReformEvent {}
|
||||||
useDelay: 600 # Once every 10 minutes. Keep them dead for a fair bit before reforming
|
useDelay: 600 # Once every 10 minutes. Keep them dead for a fair bit before reforming
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight }
|
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
|
event: !type:ToggleActionEvent
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -73,7 +73,9 @@
|
|||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
icon: Clothing/Neck/Misc/stethoscope.rsi/icon.png
|
icon:
|
||||||
|
sprite: Clothing/Neck/Misc/stethoscope.rsi
|
||||||
|
state: icon
|
||||||
event: !type:StethoscopeActionEvent
|
event: !type:StethoscopeActionEvent
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
priority: -1
|
priority: -1
|
||||||
|
|||||||
@@ -45,5 +45,7 @@
|
|||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
priority: -1
|
priority: -1
|
||||||
useDelay: 30
|
useDelay: 30
|
||||||
icon: Structures/Walls/solid.rsi/full.png
|
icon:
|
||||||
|
sprite: Structures/Walls/solid.rsi
|
||||||
|
state: full
|
||||||
event: !type:InvisibleWallActionEvent
|
event: !type:InvisibleWallActionEvent
|
||||||
|
|||||||
Reference in New Issue
Block a user