Ports paperbags from tg (#12320)

This commit is contained in:
desven
2021-08-25 14:12:57 +02:00
committed by GitHub
parent 4696bbcef9
commit 6eff45c430
10 changed files with 113 additions and 1 deletions
+12
View File
@@ -622,3 +622,15 @@
sprite_sheets = list(
"Tajara" = 'icons/mob/species/tajaran/helmet.dmi'
)
/obj/item/clothing/head/papersack
name = "paper sack hat"
desc = "A paper sack with crude holes cut out for eyes. Useful for hiding one's identity or ugliness."
icon_state = "papersack"
flags_inv = BLOCKHEADHAIR
/obj/item/clothing/head/papersack/smiley
name = "paper sack hat"
desc = "A paper sack with crude holes cut out for eyes and a sketchy smile drawn on the front. Not creepy at all."
icon_state = "papersack_smile"
flags_inv = BLOCKHEADHAIR
@@ -186,6 +186,7 @@
new /datum/stack_recipe("candle pack", /obj/item/storage/box/fancy/candle_box/empty),
new /datum/stack_recipe("crayon box", /obj/item/storage/box/fancy/crayons/empty),
new /datum/stack_recipe("pizza box", /obj/item/pizzabox),
new /datum/stack_recipe("papersack", /obj/item/storage/box/papersack),
new /datum/stack_recipe("cardborg suit", /obj/item/clothing/suit/cardborg, 3),
new /datum/stack_recipe("cardborg helmet", /obj/item/clothing/head/cardborg)
))