Merge pull request #11168 from KasparoVy/blind_as_a_vox

Updates Vox-Fitted Blindfold, Adds Taj Veil Sprites & Removes Stray Pixel
This commit is contained in:
variableundefined
2019-04-02 18:33:37 +08:00
committed by GitHub
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -532,6 +532,10 @@
actions_types = list(/datum/action/item_action/toggle)
up = 0
tint = 0
species_fit = list("Vox")
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/eyes.dmi'
)
/obj/item/clothing/glasses/tajblind/eng
name = "industrial veil"
+8
View File
@@ -165,6 +165,10 @@
flags_cover = GLASSESCOVERSEYES
actions_types = list(/datum/action/item_action/toggle)
up = 0
species_fit = list("Vox")
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/eyes.dmi'
)
/obj/item/clothing/glasses/hud/security/tajblind/attack_self()
toggle_veil()
@@ -177,6 +181,10 @@
flags_cover = GLASSESCOVERSEYES
actions_types = list(/datum/action/item_action/toggle)
up = 0
species_fit = list("Vox")
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/eyes.dmi'
)
/obj/item/clothing/glasses/hud/health/tajblind/attack_self()
toggle_veil()