From b71880c591d9e1cc3248819134ba676903cec3b0 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:24:15 -0600 Subject: [PATCH] Advanced Magboots Noslip (#7355) --- .../Prototypes/Entities/Clothing/Shoes/magboots.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 260a769e1c..c8375fc623 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: ClothingShoesBase id: ClothingShoesBootsMag name: magboots @@ -34,7 +34,15 @@ - type: Clothing sprite: Clothing/Shoes/Boots/magboots-advanced.rsi - type: Magboots + toggleAction: + icon: Clothing/Shoes/Boots/magboots-advanced.rsi/icon.png + iconOn: Clothing/Shoes/Boots/magboots-advanced.rsi/icon-on.png + name: action-name-magboot-toggle + description: action-decription-magboot-toggle + itemIconStyle: NoItem + event: !type:ToggleActionEvent - type: ClothingSpeedModifier walkModifier: 1 sprintModifier: 1 enabled: false + - type: NoSlip