Merge pull request #1851 from KasparoVy/patch-1

Fixes #1776, Vox Welding Helmet now Visible
This commit is contained in:
Mark van Alphen
2015-08-25 17:08:05 +02:00
+2 -2
View File
@@ -29,7 +29,7 @@
loose = 4
species_fit = list("Vox")
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/eyes.dmi'
"Vox" = 'icons/mob/species/vox/head.dmi'
)
/obj/item/clothing/head/welding/attack_self()
@@ -191,4 +191,4 @@
mob.Blend(rgb(user.r_hair, user.g_hair, user.b_hair), ICON_ADD)
var/icon/earbit = new/icon("icon" = 'icons/mob/head.dmi', "icon_state" = "mouseyinner")
mob.Blend(earbit, ICON_OVERLAY)
mob.Blend(earbit, ICON_OVERLAY)