-
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
8218306
commit 97363fc
Showing
8 changed files
with
33 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
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
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
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
Binary file not shown.
17 changes: 17 additions & 0 deletions
17
maplestation_modules/story_content/bell_equipment/code/bellclothing.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,17 @@ | ||
// --- regular outfit --- | ||
|
||
/obj/item/clothing/under/jumpsuit/belli | ||
name = "modified nun uniform" | ||
desc = "A heavily modified nun uniform tinted pink with white lace and red ribbons. Stomp out cultists with style!" | ||
icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_item.dmi' | ||
worn_icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_worn.dmi' | ||
icon_state = "nundress" | ||
resistance_flags = INDESTRUCTIBLE | ||
alternate_worn_layer = ABOVE_SHOES_LAYER | ||
|
||
/obj/item/clothing/head/costume/hat/belli | ||
name = "pink nun veil" | ||
desc = "A pink nun veil with just enough space to let your hair hang out." | ||
icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_item.dmi' | ||
worn_icon = 'maplestation_modules/story_content/bell_equipment/icons/bellclothing_worn.dmi' | ||
icon_state = "nunveil" |
Binary file added
BIN
+1.08 KB
maplestation_modules/story_content/bell_equipment/icons/bellclothing_item.dmi
Binary file not shown.
Binary file added
BIN
+2.63 KB
maplestation_modules/story_content/bell_equipment/icons/bellclothing_worn.dmi
Binary file not shown.