mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Sunglasses fix (#9918)
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user