mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Merge remote-tracking branch 'upstream/master' into dev-freeze
Conflicts: code/game/objects/items/weapons/storage/boxes.dm code/game/objects/items/weapons/storage/storage.dm
This commit is contained in:
@@ -297,17 +297,18 @@ var/global/list/gear_datums = list()
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden")
|
||||
|
||||
/datum/gear/thugshades
|
||||
display_name = "Sunglasses, Fat (Security)"
|
||||
display_name = "Sunglasses, Fat"
|
||||
path = /obj/item/clothing/glasses/sunglasses/big
|
||||
cost = 1
|
||||
slot = slot_glasses
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden")
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden","Detective","Internal Affairs Agent","Quartermaster","Head of Personnel","Captain")
|
||||
|
||||
/datum/gear/prescriptionsun
|
||||
display_name = "sunglasses, presciption"
|
||||
path = /obj/item/clothing/glasses/sunglasses/prescription
|
||||
cost = 2
|
||||
slot = slot_glasses
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden","Detective","Internal Affairs Agent","Quartermaster","Head of Personnel","Captain")
|
||||
|
||||
// Mask
|
||||
|
||||
|
||||
Reference in New Issue
Block a user