Indigestible Collar

Add selectable collar to loadout.
This commit is contained in:
TheFurryFeline
2019-04-23 20:42:22 -04:00
committed by GitHub
parent 54bec876d9
commit f15a6dfa13
@@ -30,6 +30,11 @@
display_name = "collar, holo"
path = /obj/item/clothing/accessory/collar/holo
//TFF 23/4/19: Indigestible collar addition
/datum/gear/collar/holo/indigestible
display_name = "collar, holo (indigestible)"
path = /obj/item/clothing/accessory/collar/holo/indigestible
/datum/gear/accessory/white_drop_pouches
allowed_roles = list("Paramedic","Chief Medical Officer","Medical Doctor","Chemist")
@@ -53,4 +58,4 @@
/datum/gear/accessory/flops/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
gear_tweaks = list(gear_tweak_free_color_choice)