Skip to content

Commit

Permalink
Merge pull request #148 from Huz2e:glasses
Browse files Browse the repository at this point in the history
Glasses
  • Loading branch information
Huz2e authored Jul 3, 2024
2 parents 610a588 + 6145231 commit 8bb5803
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions massmeta/features/sunglasses.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/obj/item/clothing/glasses/sunglasses
flash_protect = FLASH_PROTECTION_WELDER

/obj/item/clothing/glasses/hud/spacecop
flash_protect = FLASH_PROTECTION_WELDER

/obj/item/clothing/glasses/hud/health/sunglasses
flash_protect = FLASH_PROTECTION_WELDER

/obj/item/clothing/glasses/hud/diagnostic/sunglasses
flash_protect = FLASH_PROTECTION_WELDER

/obj/item/clothing/glasses/hud/security/sunglasses
flash_protect = FLASH_PROTECTION_WELDER
3 changes: 3 additions & 0 deletions massmeta/modular_meta.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@

//smites
#include "features\smites\testicular_torsion.dm"

//sunglasses
#include "features\sunglasses.dm"

0 comments on commit 8bb5803

Please sign in to comment.