Skip to content

Commit

Permalink
add: fake blindfold (#5943)
Browse files Browse the repository at this point in the history
* fake blindfold

* Update loadout_glasses.dm

* Update glasses.dm
  • Loading branch information
Ssheya authored Sep 27, 2024
1 parent 5acd740 commit 5b71f3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/preference/loadout/loadout_glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
display_name = "Eyepatch"
path = /obj/item/clothing/glasses/eyepatch

/datum/gear/glasses/blindfold_fake
display_name = "Fake blindfold"
path = /obj/item/clothing/glasses/sunglasses/blindfold_fake

/datum/gear/glasses/hipster
display_name = "Hipster glasses"
path = /obj/item/clothing/glasses/regular/hipster
Expand Down
9 changes: 9 additions & 0 deletions code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,15 @@
tint = 3 //to make them blind
prescription_upgradable = FALSE

/obj/item/clothing/glasses/sunglasses/blindfold_fake
name = "thin blindfold"
desc = "Covers the eyes, but not thick enough to obscure vision. Mostly for aesthetic."
icon_state = "blindfold"
item_state = "blindfold"
flash_protect = FLASH_PROTECTION_NONE
tint = 0
prescription_upgradable = FALSE

/obj/item/clothing/glasses/sunglasses/prescription
prescription = TRUE

Expand Down

0 comments on commit 5b71f3b

Please sign in to comment.