From b99b8a025fe74e6c777210484556b0edec74bf87 Mon Sep 17 00:00:00 2001 From: mistyLuminescence <32139558+mistyLuminescence@users.noreply.github.com> Date: Fri, 20 Oct 2017 07:27:52 +0100 Subject: [PATCH] New halloween outfit + pirate outfit fix (#4106) * spooky * whitoeut?? what's that --- code/datums/outfits/costumes/halloween.dm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/code/datums/outfits/costumes/halloween.dm b/code/datums/outfits/costumes/halloween.dm index d4ad8fa8f99..2b8f6d7447a 100644 --- a/code/datums/outfits/costumes/halloween.dm +++ b/code/datums/outfits/costumes/halloween.dm @@ -110,6 +110,14 @@ name = "Costume - Pirate" uniform = /obj/item/clothing/under/pirate shoes = /obj/item/clothing/shoes/brown - head = /obj/item/clothing/head/helmet/space + head = /obj/item/clothing/head/pirate suit = /obj/item/clothing/suit/pirate - glasses = /obj/item/clothing/glasses/eyepatch \ No newline at end of file + glasses = /obj/item/clothing/glasses/eyepatch + +/decl/hierarchy/outfit/h_whiteout + name = "Costume - Snow Ghost" + uniform = /obj/item/clothing/under/color/white{ starting_accessories=list(/obj/item/clothing/accessory/scarf/white) } + shoes = /obj/item/clothing/shoes/white + suit = /obj/item/clothing/suit/storage/hooded/chaplain_hoodie/whiteout + gloves = /obj/item/clothing/gloves/white + mask = /obj/item/clothing/mask/surgical \ No newline at end of file