Add maid uniform

This commit is contained in:
ZomgPonies
2013-12-28 08:48:07 -05:00
parent 80b76cf076
commit 77778e7ea5
5 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -378,4 +378,12 @@
icon_state = "roman"
_color = "roman"
item_state = "armor"
armor = list(melee = 25, bullet = 0, laser = 25, energy = 10, bomb = 10, bio = 0, rad = 0)
armor = list(melee = 25, bullet = 0, laser = 25, energy = 10, bomb = 10, bio = 0, rad = 0)
/obj/item/clothing/under/maid
name = "maid uniform"
desc = "You have the urge to put this on and act submissively"
icon_state = "meido"
item_state = "meido"
_color = "meido"
body_parts_covered = UPPER_TORSO|LOWER_TORSO
Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 51 KiB