mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
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:
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
6
html/changelogs/alberyk-vaurca.yml
Normal file
6
html/changelogs/alberyk-vaurca.yml
Normal 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 |
Reference in New Issue
Block a user