Vaurca Addition (#6374)

Adds more bloat
This commit is contained in:
ParadoxSpace
2019-05-07 20:27:41 +02:00
committed by Werner
parent e824fb5d66
commit ff5933505c
5 changed files with 62 additions and 0 deletions
@@ -79,5 +79,15 @@
cost = 1
/datum/gear/suit/vaurca/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/shoes/vaurca/
display_name = "vaurca shoes"
path = /obj/item/clothing/shoes/vaurca
whitelisted = list("Vaurca Worker", "Vaurca Warrior")
sort_category = "Xenowear - Vaurca"
/datum/gear/shoes/vaurca/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)