Adds more vaurca loadout items (#5280)

Added some vaurca masks at the request of their lore dev to the loadout.
This commit is contained in:
Alberyk
2018-09-26 18:00:56 -03:00
committed by Erki
parent d9e3aba71a
commit bcf64d28c1
4 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,18 @@
user << "This mask is too tight to adjust."
return
/obj/item/clothing/mask/breath/vaurca/expression
name = "human expression mask"
desc = "A mask that allows emotively challenged aliens to convey facial expressions. This one depicts a human."
icon_state = "human_mask"
item_state = "human_mask"
/obj/item/clothing/mask/breath/vaurca/expression/skrell
name = "skrell expression mask"
desc = "A mask that allows emotively challenged aliens to convey facial expressions. This one depicts a skrell."
icon_state = "skrell_mask"
item_state = "skrell_mask"
/obj/item/weapon/melee/energy/vaurca
name = "thermal knife"
desc = "A Vaurcae-designed combat knife with a thermal energy blade designed for close-quarter encounters."

View File

@@ -105,6 +105,21 @@
whitelisted = list("Vaurca Worker", "Vaurca Warrior",)
sort_category = "Xenowear"
/datum/gear/mask/vaurca_expression
display_name = "human expression mask (Vaurca)"
path = /obj/item/clothing/mask/breath/vaurca/expression
cost = 1
whitelisted = list("Vaurca Worker", "Vaurca Warrior",)
sort_category = "Xenowear"
/datum/gear/mask/vaurca_expression/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/mask/vaurca_expression/skrell
display_name = "skrell expression mask (Vaurca)"
path = /obj/item/clothing/mask/breath/vaurca/expression/skrell
/datum/gear/cape
display_name = "tunnel cloak (Vaurca)"
path = /obj/item/weapon/storage/backpack/cloak

View File

@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- rscadd: "Added new vaurca custom loadout options."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 52 KiB