Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Fake Blindfold #718

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -55,3 +55,11 @@
exclusive: true
items:
- ClothingEyesGlassesSunglasses

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