From 32cf4cf587177297edcaca7d2945223eb9676349 Mon Sep 17 00:00:00 2001 From: LordME <58342752+TheLordME@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:26:40 +0200 Subject: [PATCH] bellydancer outfit in halloween loadout (#6039) ## About The Pull Request ## Why It's Good For The Game ## Changelog :cl: add: Added bellydancer outfit in halloween loadout /:cl: --- code/modules/holidays/halloween_loadout.dm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/code/modules/holidays/halloween_loadout.dm b/code/modules/holidays/halloween_loadout.dm index 9447b646b597..961cfbf6ec07 100644 --- a/code/modules/holidays/halloween_loadout.dm +++ b/code/modules/holidays/halloween_loadout.dm @@ -501,3 +501,23 @@ /datum/loadout_entry/seasonal/halloween/costumes/accessory/crusader/teutonic name = "Costume Accessories - Crusader Tabard (Teutonic)" path = /obj/item/clothing/accessory/poncho/roles/cloak/custom/crusade/teutonic + +/datum/loadout_entry/seasonal/halloween/costumes/dancer_scarf + name = "belly dancer headscarf" + path = /obj/item/clothing/head/donator/dancer + +/datum/loadout_entry/seasonal/halloween/costumes/dancer_veil + name = "belly dancer veil" + path = /obj/item/clothing/mask/donator/dancer + +/datum/loadout_entry/seasonal/halloween/costumes/dancer_gloves + name = "belly dancer sleeves" + path = /obj/item/clothing/gloves/donator/dancer + +/datum/loadout_entry/seasonal/halloween/costumes/dancer_costume + name = "belly dancer costume" + path = /obj/item/clothing/under/donator/dancer + +/datum/loadout_entry/seasonal/halloween/costumes/dancer_wraps + name = "belly dancer footwraps" + path = /obj/item/clothing/shoes/donator/dancer