Skip to content

Commit

Permalink
fix booties error
Browse files Browse the repository at this point in the history
  • Loading branch information
a-person5660 committed Jan 9, 2025
1 parent e13f26a commit 1cfc0c6
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions Resources/Prototypes/_Arc/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,26 @@
sprite: Arcadis_station/Clothing/Shoes/Boots/magboots-NTPD.rsi
- type: Magboots
toggleAction: ActionToggleMagbootsAdvanced
- type: ToggleClothing
action: ActionToggleMagboots
- type: ToggleVerb
text: toggle-magboots-verb-get-data-text
- type: ComponentToggler
components:
- type: NoSlip
- type: Magboots
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1
enabled: false
- type: NoSlip
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: {state: icon-on}
False: {state: icon}
- type: StaticPrice
price: 200
- type: Tag
tags:
- WhitelistChameleon
- HighRiskItem
- type: StaticPrice
price: 1000

0 comments on commit 1cfc0c6

Please sign in to comment.