Skip to content

Commit

Permalink
Adds Fake Blindfold (Simple-Station#718)
Browse files Browse the repository at this point in the history
# Description


![image](https://github.com/user-attachments/assets/ecd62f8e-1ac9-4795-b672-1fa57417d471)

# Changelog

:cl: DangerRevolution
- add: Adds a new blindfold variant into loadouts.
  • Loading branch information
DangerRevolution authored Aug 16, 2024
1 parent 08822e3 commit ecc0da2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/loadouts/eyes.ftl
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/eyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@
exclusive: true
items:
- ClothingEyesGlassesSunglasses

- type: loadout
id: LoadoutItemBlindfoldFake
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesBlindfoldFake

0 comments on commit ecc0da2

Please sign in to comment.