Glare Dampeners (#12462)

This commit is contained in:
Geeves
2021-09-13 14:51:51 +02:00
committed by GitHub
parent 504d411c87
commit e303642fe6
4 changed files with 21 additions and 3 deletions
@@ -144,6 +144,13 @@
description = "A set of corrective lenses that can be deployed & retracted."
path = /obj/item/organ/internal/augment/tool/correctivelens
/datum/gear/augment/glare_dampeners
display_name = "retractable glare dampeners"
description = "A subdermal implant installed just above the brow line that deploys a thin sheath of hyperpolycarbonate that protects from eye damage associated with arc flash."
path = /obj/item/organ/internal/augment/tool/correctivelens/glare_dampener
allowed_roles = list("Chief Engineer", "Station Engineer", "Atmospheric Technician", "Engineering Apprentice", "Roboticist")
cost = 2
/datum/gear/augment/head_fluff
display_name = "Custom head augmentation"
description = "A fluff based augmentation that can be renamed/redescribed to appear as something else for RP purposes."
+7 -3
View File
@@ -422,6 +422,7 @@ BLIND // can't see anything
item_state = "glasses"
prescription = 7
body_parts_covered = 0
canremove = FALSE
/obj/item/clothing/glasses/sunglasses
name = "sunglasses"
@@ -542,12 +543,15 @@ BLIND // can't see anything
/obj/item/clothing/glasses/aug/welding
name = "glare dampeners"
desc = "Protects the eyes from welders."
icon_state = "welding-g"
item_state = "welding-g"
desc = "A subdermal implant installed just above the brow line that deploys a thin sheath of hyperpolycarbonate that protects from eye damage associated with arc flash."
icon = 'icons/clothing/eyes/welding_goggles.dmi'
icon_state = "welding-aug"
item_state = "welding-aug"
contained_sprite = TRUE
item_flags = THICKMATERIAL
flash_protection = FLASH_PROTECTION_MAJOR
tint = TINT_HEAVY
canremove = FALSE
/obj/item/clothing/glasses/aug/throw_at()
usr.drop_from_inventory(src)
@@ -0,0 +1,7 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Added glare dampeners to the augment loadout menu, available to Engineers and Roboticists."
- bugfix: "You can no longer remove corrective lenses by hand."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB