Fixes some loadout lore related items having the wrong flags (#9264)

This commit is contained in:
Alberyk
2020-07-05 19:51:03 -03:00
committed by GitHub
parent 24e0734983
commit f2a68890c1
5 changed files with 8 additions and 0 deletions

View File

@@ -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()
..()

View File

@@ -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()
..()

View File

@@ -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()
..()

View File

@@ -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"

View File

@@ -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()
..()