-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd25238
commit e691e5f
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
maplestation_modules/story_content/shiro_equipment/code/shiroclothing.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+957 Bytes
maplestation_modules/story_content/shiro_equipment/icons/shiroclothing.dmi
Binary file not shown.
Binary file added
BIN
+488 Bytes
maplestation_modules/story_content/shiro_equipment/icons/shiroclothing_icon.dmi
Binary file not shown.