Changes mummy bandages and scarecrow sack to masks

This commit is contained in:
KorPhaeron
2017-07-27 13:15:38 -04:00
parent ac75ae7c63
commit bda0a5fe80
6 changed files with 16 additions and 12 deletions
+1 -11
View File
@@ -283,26 +283,16 @@
desc = "A crown worn by only the highest emperors of the land."
icon_state = "fancycrown"
/obj/item/clothing/head/scarecrow_mask
name = "sack mask"
desc = "A burlap sack with eyeholes."
icon_state = "scarecrow_mask"
flags_inv = HIDEHAIR|HIDEFACE|HIDEEARS
/obj/item/clothing/head/scarecrow_hat
name = "scarecrow hat"
desc = "A simple straw hat."
icon_state = "scarecrow_hat"
/obj/item/clothing/head/mummy
name = "mummy mask"
desc = "Ancient bandages."
icon_state = "mummy_mask"
/obj/item/clothing/head/pharoah
name = "pharoah hat"
desc = "Walk like an Egyptian."
icon_state = "pharoah_hat"
icon_state = "pharoah_hat"
/obj/item/clothing/head/jester/alt
name = "jester hat"
+15 -1
View File
@@ -200,4 +200,18 @@
/obj/item/clothing/mask/bandana/skull
name = "skull bandana"
desc = "A fine black bandana with nanotech lining and a skull emblem."
icon_state = "bandskull"
icon_state = "bandskull"
/obj/item/clothing/mask/mummy
name = "mummy mask"
desc = "Ancient bandages."
icon_state = "mummy_mask"
item_state = "mummy_mask"
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
/obj/item/clothing/mask/scarecrow
name = "sack mask"
desc = "A burlap sack with eyeholes."
icon_state = "scarecrow_mask"
item_state = "scarecrow_mask"
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB