diff --git a/Resources/Locale/en-US/loadouts/eyes.ftl b/Resources/Locale/en-US/loadouts/eyes.ftl index e1ee7edce70..31d7f49fa03 100644 --- a/Resources/Locale/en-US/loadouts/eyes.ftl +++ b/Resources/Locale/en-US/loadouts/eyes.ftl @@ -1,2 +1,5 @@ loadout-description-LoadoutEyesEyepatch = Eyewear, for the fashionista without an eye. loadout-description-LoadoutEyesBlindfold = Why would you want this? + +loadout-name-LoadoutItemBlindfoldFake = "blindfold" +loadout-description-LoadoutItemBlindfoldFake = This product may not work as advertised. \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml index 06ff3471727..431459f792e 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml @@ -26,3 +26,14 @@ graph: Blindfold node: blindfold - type: FlashImmunity + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesBlindfoldFake + name: blindfold + description: The bind leading the blind. + components: + - type: Sprite + sprite: Clothing/Eyes/Misc/blindfold.rsi + - type: Clothing + sprite: Clothing/Eyes/Misc/blindfold.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/eyes.yml b/Resources/Prototypes/Loadouts/eyes.yml index 02d411be078..8278c3ed49f 100644 --- a/Resources/Prototypes/Loadouts/eyes.yml +++ b/Resources/Prototypes/Loadouts/eyes.yml @@ -50,3 +50,11 @@ exclusive: true items: - ClothingEyesGlassesSunglasses + +- type: loadout + id: LoadoutItemBlindfoldFake + category: Eyes + cost: 2 + exclusive: true + items: + - ClothingEyesBlindfoldFake \ No newline at end of file