Items missing from map re-added.

This commit is contained in:
ZomgPonies
2013-08-12 02:04:06 -04:00
parent d752da826e
commit e3213894bd
5 changed files with 209 additions and 6 deletions
@@ -0,0 +1,30 @@
//Mime's Hardsuit
/obj/item/clothing/head/helmet/space/mime
name = "mime hardsuit helmet"
// icon = 'spaceciv.dmi'
desc = "A hardsuit helmet specifically designed for the mime."
icon_state = "spacemimehelmet"
item_state = "spacemimehelmet"
obj/item/clothing/suit/space/mime
name = "mime hardsuit"
// icon = 'spaceciv.dmi'
desc = "A hardsuit specifically designed for the mime."
icon_state = "spacemime_suit"
item_state = "spacemime_items"
allowed = list(/obj/item/weapon/tank)
/obj/item/clothing/head/helmet/space/clown
name = "clown hardsuit helmet"
// icon = 'spaceciv.dmi'
desc = "A hardsuit helmet specifically designed for the clown. SPESSHONK!"
icon_state = "clownhelmet"
item_state = "clownhelmet"
obj/item/clothing/suit/space/clown
name = "clown hardsuit"
// icon = 'spaceciv.dmi'
desc = "A hardsuit specifically designed for the clown. SPESSHONK!"
icon_state = "spaceclown_suit"
item_state = "spaceclown_items"
allowed = list(/obj/item/weapon/tank)