Add horribly-sprited Vox clown, mime, owl and gag masks.

Conflicts:
	code/modules/clothing/masks/gasmask.dm
	code/modules/mob/living/carbon/species.dm
This commit is contained in:
Rob Nelson
2014-05-15 20:08:50 -04:00
committed by ZomgPonies
parent 6c5a4bc6f5
commit 1615a17077
4 changed files with 5 additions and 1 deletions
+4
View File
@@ -86,6 +86,7 @@
desc = "A true prankster's facial attire. A clown is incomplete without his wig and mask."
icon_state = "clown"
item_state = "clown_hat"
species_fit = list("Vox")
flags = FPRINT | TABLEPASS | MASKCOVERSMOUTH | MASKCOVERSEYES | BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS | BLOCKHAIR
/obj/item/clothing/mask/gas/clown_hat/attack_self(mob/user)
@@ -115,6 +116,7 @@
desc = "The traditional mime's mask. It has an eerie facial posture."
icon_state = "mime"
item_state = "mime"
species_fit = list("Vox")
/obj/item/clothing/mask/gas/monkeymask
name = "monkey mask"
@@ -143,6 +145,7 @@
name = "owl mask"
desc = "Twoooo!"
icon_state = "owl"
species_fit = list("Vox")
// ********************************************************************
@@ -273,3 +276,4 @@
// ********************************************************************
+1 -1
View File
@@ -209,7 +209,7 @@
uniform_icons = 'icons/mob/species/vox/uniform.dmi'
shoes_icons = 'icons/mob/species/vox/shoes.dmi'
wear_mask_icons = 'icons/mob/species/vox/mask.dmi'
wear_mask_icons = 'icons/mob/species/vox/masks.dmi'
flags = NO_SCAN | IS_WHITELISTED | NO_BLOOD