Skip to content

Commit

Permalink
fix action icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Nov 23, 2024
1 parent e27e5a0 commit de9569f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi
- type: Clothing
sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi
- type: Magboots
toggleAction: ActionToggleMagbootsSecurity

- type: entity
id: ActionToggleMagbootsSecurity
parent: ActionBaseToggleMagboots
noSpawn: true
components:
- type: InstantAction
icon: { sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi, state: icon }
iconOn: { sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi, state: icon-on }

0 comments on commit de9569f

Please sign in to comment.