Attempting to see if deleting this "back" sprite will make all the other back packs and stuff work on monkeys.

Mime masks no longer look like clown masks when carried in hand.

Clown/ mimes have the a crate they can order to get their standard uniforms back. In case of theft.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1301 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-28 12:37:16 +00:00
parent ba9a41e5e0
commit 44b50575ab
3 changed files with 20 additions and 2 deletions
+1 -2
View File
@@ -131,5 +131,4 @@
/obj/item/clothing/mask/gas/mime
name = "mime mask"
desc = "It looks a little creepy"
icon_state = "mime"
item_state = "clown_hat"
icon_state = "mime"
+19
View File
@@ -270,6 +270,25 @@
containername = "Riot crate"
access = access_security
/datum/supply_packs/riot
name = "Standard Costume crate"
contains = list("/obj/item/weapon/stamp/clown",
"/obj/item/weapon/storage/backpack/clown",
"/obj/item/clothing/shoes/clown_shoes",
"/obj/item/clothing/mask/gas/clown_hat",
"/obj/item/clothing/under/rank/clown",
"/obj/item/clothing/under/mime",
"/obj/item/clothing/shoes/black",
"/obj/item/clothing/gloves/white",
"/obj/item/clothing/mask/gas/mime",
"/obj/item/clothing/head/beret",
"/obj/item/clothing/suit/suspenders",)
cost = 10
containertype = "/obj/crate/secure/gear"
containername = "Standard Costume"
access = access_theatre
/datum/supply_packs/armor
name = "Armor crate"
contains = list("/obj/item/clothing/head/helmet",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB