mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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"
|
||||
@@ -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 |
Reference in New Issue
Block a user