Skip to content

Commit

Permalink
Fix barber scissors prototype
Browse files Browse the repository at this point in the history
You'd expect this to fail a test or something, but oh well

Signed-off-by: Debug <[email protected]>
  • Loading branch information
DebugOk authored Dec 31, 2023
1 parent 2a16108 commit df92f0f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
sprite: Objects/Tools/scissors.rsi
state: icon
- type: MagicMirror
AddSlotTime: 20
RemoveSlotTime: 20
SelectSlotTime: 20
ChangeSlotTime: 20
addSlotTime: 20
removeSlotTime: 20
selectSlotTime: 20
changeSlotTime: 20
- type: ActivatableUI
key: enum.MagicMirrorUiKey.Key
closeOnHandDeselect: true
Expand Down

0 comments on commit df92f0f

Please sign in to comment.