Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror: Fixed some icon rsi warnings #372

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Resources/Prototypes/Actions/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -16,6 +18,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
2 changes: 1 addition & 1 deletion Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Neck/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/mime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,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
Loading