diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index f69ebf0b50..a0e5f0064f 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -19,6 +19,8 @@ sprite: Clothing/Eyes/Glasses/gar.rsi - type: Clothing sprite: Clothing/Eyes/Glasses/gar.rsi + - type: MeleeWeapon + damage: 10 - type: entity parent: ClothingEyesBase @@ -32,6 +34,9 @@ - type: Clothing sprite: Clothing/Eyes/Glasses/gar.rsi HeldPrefix: alt + ClothingPrefix: alt + - type: MeleeWeapon + damage: 10 - type: entity parent: ClothingEyesBase @@ -44,7 +49,9 @@ state: icon-super - type: Clothing sprite: Clothing/Eyes/Glasses/gar.rsi - HeldPrefix: super + ClothingPrefix: super + - type: MeleeWeapon + damage: 10 - type: entity parent: ClothingEyesBase diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json index 8f22126d1c..db2e9f2a37 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json @@ -46,14 +46,6 @@ { "name": "alt-inhand-right", "directions": 4 - }, - { - "name": "super-inhand-left", - "directions": 4 - }, - { - "name": "super-inhand-right", - "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-left.png deleted file mode 100644 index 3afeccddd0..0000000000 Binary files a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-right.png deleted file mode 100644 index f7c8a4501b..0000000000 Binary files a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-inhand-right.png and /dev/null differ