mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Vaurca Blinders Colouring and Fix (#10079)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
cost = 2
|
||||
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/mask/vaurca
|
||||
display_name = "mandible garment"
|
||||
|
||||
@@ -474,8 +474,10 @@ BLIND // can't see anything
|
||||
/obj/item/clothing/glasses/sunglasses/blinders
|
||||
name = "vaurcae blinders"
|
||||
desc = "Specially designed Vaurca blindfold, designed to let in just enough light to see."
|
||||
icon = 'icons/obj/vaurca_items.dmi'
|
||||
icon_state = "blinders"
|
||||
item_state = "blindfold"
|
||||
item_state = "blinders"
|
||||
contained_sprite = TRUE
|
||||
drop_sound = 'sound/items/drop/gloves.ogg'
|
||||
pickup_sound = 'sound/items/pickup/gloves.ogg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user