mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Bug fixes: vaurca items, survival items fix and message spam (#6311)
-fixes #6232 -fixes a couple of problems with the new vaurca loadout items -fixes intoxication message spamming people -fixes #6265 -fixes #6261 -fixes the legion rig having no back sprite -fixes #6314 -fixes #6297
This commit is contained in:
@@ -44,10 +44,6 @@
|
||||
display_name = "neckbrace"
|
||||
path = /obj/item/clothing/accessory/offworlder/bracer/neckbrace
|
||||
|
||||
/datum/gear/accessory/offworlder/scarf
|
||||
display_name = "pioneer scarf"
|
||||
path = /obj/item/clothing/accessory/scarf/offworlder
|
||||
|
||||
/datum/gear/accessory/offworlder_armband
|
||||
display_name = "exo-stellar ribbon selection"
|
||||
path = /obj/item/clothing/accessory/armband/offworlder
|
||||
@@ -76,14 +72,13 @@
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/mask/offworlder/veil
|
||||
/datum/gear/mask/offworlder/overmask/veil
|
||||
display_name = "starveil"
|
||||
path = /obj/item/clothing/mask/offworlder/veil
|
||||
|
||||
/datum/gear/mask/offworlder/veil/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/mask/offworlder/overmask/scarf
|
||||
display_name = "pioneer scarf"
|
||||
path = /obj/item/clothing/mask/offworlder
|
||||
|
||||
/datum/gear/gloves/offworlder
|
||||
display_name = "starmitts"
|
||||
|
||||
@@ -27,9 +27,15 @@
|
||||
display_name = "skrell expression mask"
|
||||
path = /obj/item/clothing/mask/breath/vaurca/expression/skrell
|
||||
|
||||
/datum/gear/mask/vaurca_expression/shaper
|
||||
/datum/gear/head/shaper
|
||||
display_name = "shaper helmet"
|
||||
path = /obj/item/clothing/mask/breath/vaurca/shaper
|
||||
path = /obj/item/clothing/head/shaper
|
||||
whitelisted = list("Vaurca Worker", "Vaurca Warrior")
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
|
||||
/datum/gear/head/shaper/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/cape
|
||||
display_name = "tunnel cloak"
|
||||
|
||||
Reference in New Issue
Block a user