diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/fill.txt b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/fill.txt deleted file mode 100644 index b4954caf47..0000000000 --- a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/fill.txt +++ /dev/null @@ -1 +0,0 @@ -# Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/Boots.yml b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/magboots.yml similarity index 65% rename from Resources/Prototypes/ADT/Entities/Clothing/Shoes/Boots.yml rename to Resources/Prototypes/ADT/Entities/Clothing/Shoes/magboots.yml index 669629f945..03ad2a0bff 100644 --- a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/Boots.yml +++ b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/magboots.yml @@ -17,3 +17,12 @@ price: 2000 - type: Magboots toggleAction: ActionToggleMagbootsERT + +- type: entity + id: ActionToggleMagbootsERT + parent: ActionBaseToggleMagboots + noSpawn: true + components: + - type: InstantAction + icon: { sprite: ADT/Clothing/Shoes/Boots/magboots-ert.rsi, state: icon } + iconOn: ADT/Clothing/Shoes/Boots/magboots-ert.rsi/icon-on.png diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 8f772a3090..d934a8b97e 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -150,12 +150,3 @@ - type: InstantAction icon: { sprite: Clothing/Shoes/Boots/magboots-syndicate.rsi, state: icon } iconOn: Clothing/Shoes/Boots/magboots-syndicate.rsi/icon-on.png - -- type: entity - id: ActionToggleMagbootsERT - parent: ActionBaseToggleMagboots - noSpawn: true - components: - - type: InstantAction - icon: { sprite: ADT/Clothing/Shoes/Boots/magboots-ert.rsi, state: icon } - iconOn: ADT/Clothing/Shoes/Boots/magboots-ert.rsi/icon-on.png