mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 13:02:02 +00:00
Fixes some loadout lore related items having the wrong flags (#9264)
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
/datum/gear/accessory/silversun
|
||||
display_name = "silversun floral shirt selection"
|
||||
path = /obj/item/clothing/accessory/silversun
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/accessory/silversun/New()
|
||||
..()
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
/datum/gear/banner
|
||||
display_name = "banner selection"
|
||||
path = /obj/item/flag
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/banner/New()
|
||||
..()
|
||||
@@ -109,6 +110,7 @@
|
||||
display_name = "flag selection"
|
||||
cost = 2
|
||||
path = /obj/item/flag
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/flag/New()
|
||||
..()
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
description = "A selection of cigarette packets."
|
||||
path = /obj/item/storage/fancy/cigarettes
|
||||
cost = 2
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/smoking/cigarettes/New()
|
||||
..()
|
||||
@@ -39,6 +40,7 @@
|
||||
description = "A selection of chewing tobacco."
|
||||
path = /obj/item/storage/chewables/tobacco
|
||||
cost = 2
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/smoking/chew/New()
|
||||
..()
|
||||
@@ -54,6 +56,7 @@
|
||||
description = "A selection of tobacco leaves."
|
||||
path = /obj/item/storage/chewables/rollable
|
||||
cost = 2
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/smoking/leaves/New()
|
||||
..()
|
||||
|
||||
@@ -90,6 +90,7 @@
|
||||
description = "It's a lightweight vest. Made of a dark, navy mesh with highly-reflective white material, designed to be worn by the Interstellar Aid Corps."
|
||||
path = /obj/item/clothing/suit/storage/iacvest
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Emergency Medical Technician", "Medical Resident")
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/suit/poncho
|
||||
display_name = "poncho selection"
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
display_name = "elyran holographic suit selection"
|
||||
description = "A marvel of Elyran technology, uses hardlight fabric and masks to transform a skin-tight, cozy suit into cultural apparel of your choosing. Has a dial for Midenean, Aemaqii and Perispolisean clothes respectively."
|
||||
path = /obj/item/clothing/under/elyra_holo
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/uniform/elyra_holo/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user