mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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 @@
|
||||
|
||||
|
||||
// ********************************************************************
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user