Skip to content

Commit

Permalink
does the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollywoger committed May 19, 2024
1 parent bd25238 commit e691e5f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions maplestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6490,6 +6490,7 @@
#include "maplestation_modules\story_content\randall_equipment\code\randallclothing.dm"
#include "maplestation_modules\story_content\reshia_equipment\code\reshiaclothing.dm"
#include "maplestation_modules\story_content\ritz_equipment\code\ritzclothing.dm"
#include "maplestation_modules\story_content\shiro_equipment\code\shiroclothing.dm"
#include "maplestation_modules\story_content\story_posters\code\contraband.dm"
#include "maplestation_modules\story_content\stranger_equipment\code\strangerclothing.dm"
// END_INCLUDE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/obj/item/clothing/under/shirodress
name = "Doll’s Formal Uniform"
desc = "A custom fit uniform made from higher quality fabric. Its pockets are deeper than the a standard uniform."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "dolldress"
worn_icon_state = "dolldress"
supports_variations_flags = CLOTHING_NO_VARIATION

/obj/item/clothing/neck/cloak/shirocloak
name = "Side Cape"
desc = "It's uncertain whether this is one half of a cape or a very small cape."
icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi'
worn_icon = 'maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi'
icon_state = "dollcloak"
worn_icon_state = "dollcloak"

// putting the stuff here, since its supposed to be able to be disabled easily.
/datum/loadout_item/under/formal/shirodress
name = "Doll's Formal Uniform"
item_path = /obj/item/clothing/under/shirodress

/datum/loadout_item/neck/shirocloak
name = "Side Cape"
item_path = /obj/item/clothing/neck/cloak/shirocloak
Binary file not shown.
Binary file not shown.

0 comments on commit e691e5f

Please sign in to comment.