Sunglasses fix (#9918)

This commit is contained in:
Wowzewow (Wezzy)
2020-09-08 18:10:24 +02:00
committed by GitHub
parent 72ed8a463d
commit ae7c0f2a74
3 changed files with 58 additions and 15 deletions
@@ -33,14 +33,13 @@
glasses["sunglasses, aviator"] = /obj/item/clothing/glasses/fakesunglasses/aviator
glasses["sunglasses, prescription"] = /obj/item/clothing/glasses/fakesunglasses/prescription
glasses["sunglasses, fat"] = /obj/item/clothing/glasses/fakesunglasses/big
gear_tweaks += new/datum/gear_tweak/path(glasses)
/datum/gear/eyes/sunglasses
display_name = "flash-proof sunglasses selection"
display_name = "flash-proof sunglasses selection (Security/Command)"
description = "A selection of flash-proof sunglasses."
path = /obj/item/clothing/glasses/sunglasses
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Security Cadet", "Detective", "Forensic Technician")
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Captain", "Head of Personnel", "Quartermaster", "Internal Affairs Agent", "Detective", "Forensic Technician")
/datum/gear/eyes/sunglasses/New()
..()