Skip to content

Commit

Permalink
Merge pull request #341 from Yata9arasu/maid-in-loadout
Browse files Browse the repository at this point in the history
Maid clothes in loadout are back
  • Loading branch information
MysticalFaceLesS authored Mar 20, 2024
2 parents d65473e + da2b8fd commit 4c2a8ec
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions mod_celadon/code/modules/client/loadout.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/datum/gear/uniform/maidcostume
display_name = "maid costume"
description = "maid in China."
path = /obj/item/clothing/under/costume/maid

/datum/gear/hat/maidheadband
display_name = "maid headband"
description = "Just like from one of those chinese cartoons!"
path = /obj/item/clothing/head/maidheadband

/datum/gear/accessory/maid
display_name = "maid neck cover"
description = "A neckpiece for a maid costume, it smells faintly of disappointment."
path = /obj/item/clothing/neck/maid

/datum/gear/accessory/gloves/maid
display_name = "maid armcovers"
description = "Cylindrical looking tubes that go over your arm, weird."
path = /obj/item/clothing/gloves/maid

// Задел на будущее, когда сделаем несколько вещей для категории Донатеров
/*/datum/gear/donor/storage/maidbox
display_name = "Maid outfit box"
description = "Whole maid outfit. Just for 1 loadout point :)"
path = /obj/item/storage/box/maid
*/
1 change: 1 addition & 0 deletions shiptest.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3531,4 +3531,5 @@
#include "mod_celadon\updates\SlightPvEOverhaul\elite_pandora\pandora.dm"
#include "mod_celadon\updates\SlightPvEOverhaul\elite_pandora\wizardconstructs.dm"
#include "mod_celadon\code\modules\melee\skimitar.dm"
#include "mod_celadon\code\modules\client\loadout.dm"
// END_INCLUDE

0 comments on commit 4c2a8ec

Please sign in to comment.