Merge pull request #10901 from CosmicScientist/mobcostumes

Adds carp and Ian costumes
This commit is contained in:
Cheridan
2015-08-11 18:16:49 -05:00
15 changed files with 144 additions and 3 deletions
@@ -12,6 +12,14 @@
icon_state = "sheet-corgi"
origin_tech = null
var/global/list/datum/stack_recipe/corgi_recipes = list ( \
new/datum/stack_recipe("corgi costume", /obj/item/clothing/suit/hooded/ian_costume, 3, on_floor = 1), \
)
/obj/item/stack/sheet/animalhide/corgi/New(var/loc, var/amount=null)
recipes = corgi_recipes
return ..()
/obj/item/stack/sheet/animalhide/cat
name = "cat hide"
desc = "The by-product of cat farming."