Merge pull request #3334 from Cerebulon/xenoheadgear

Adds/Ports unique Rig Suit and Mask sprites for Unathi and Tajara
This commit is contained in:
Anewbe
2017-04-22 09:37:40 -05:00
committed by GitHub
6 changed files with 3 additions and 9 deletions

View File

@@ -347,7 +347,9 @@
body_parts_covered = FACE|EYES body_parts_covered = FACE|EYES
sprite_sheets = list( sprite_sheets = list(
"Teshari" = 'icons/mob/species/seromi/masks.dmi', "Teshari" = 'icons/mob/species/seromi/masks.dmi',
"Vox" = 'icons/mob/species/vox/masks.dmi' "Vox" = 'icons/mob/species/vox/masks.dmi',
"Tajara" = 'icons/mob/species/tajaran/mask.dmi',
"Unathi" = 'icons/mob/species/unathi/mask.dmi'
) )
var/voicechange = 0 var/voicechange = 0

View File

@@ -6,10 +6,6 @@
flags_inv = HIDEFACE|BLOCKHAIR flags_inv = HIDEFACE|BLOCKHAIR
body_parts_covered = FACE|HEAD body_parts_covered = FACE|HEAD
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
sprite_sheets = list(
"Tajara" = 'icons/mob/species/tajaran/mask.dmi',
"Unathi" = 'icons/mob/species/unathi/mask.dmi',
)
/obj/item/clothing/mask/balaclava/tactical /obj/item/clothing/mask/balaclava/tactical
name = "green balaclava" name = "green balaclava"
@@ -18,10 +14,6 @@
item_state_slots = list(slot_r_hand_str = "bandgreen", slot_l_hand_str = "bandgreen") item_state_slots = list(slot_r_hand_str = "bandgreen", slot_l_hand_str = "bandgreen")
flags_inv = HIDEFACE|BLOCKHAIR flags_inv = HIDEFACE|BLOCKHAIR
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
sprite_sheets = list(
"Tajara" = 'icons/mob/species/tajaran/mask.dmi',
"Unathi" = 'icons/mob/species/unathi/mask.dmi',
)
/obj/item/clothing/mask/luchador /obj/item/clothing/mask/luchador
name = "Luchador Mask" name = "Luchador Mask"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 23 KiB