mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
Ports paperbags from tg (#12320)
This commit is contained in:
@@ -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)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user