Adds an identifying mantle for Burzsiean IPC's (#13682)

This commit is contained in:
Karakamenk
2022-05-10 07:05:49 -04:00
committed by GitHub
parent 85f34dc871
commit ba7c4db88f
4 changed files with 26 additions and 0 deletions
@@ -166,4 +166,12 @@
description = "An identification card given to free IPC residents within the Republic of Biesel."
path = /obj/item/clothing/accessory/badge/passcard/synthetic
cost = 0
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
/datum/gear/accessory/ipcmantle
display_name = "Burzsian mantle"
description = "A uniform mantle identifying Hephaestus IPC's from Burzsia. Operation history and specifications are printed underneath the tarp."
path = /obj/item/clothing/accessory/poncho/ipc_mantle
sort_category = "Xenowear - IPC"
cost = 1
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)