Aprons now have pockets

This commit is contained in:
Anewbe
2017-04-02 00:28:20 -05:00
parent 440b71331d
commit 8e9db2b7d4
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
new /obj/item/clothing/under/waiter(src.loc)
var/CHOICE= pick( /obj/item/clothing/head/kitty, /obj/item/clothing/head/rabbitears)
new CHOICE(src.loc)
new /obj/item/clothing/suit/apron(src.loc)
new /obj/item/clothing/suit/storage/apron(src.loc)
delete_me = 1
/obj/effect/landmark/costume/pirate/New()