mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Adds a new drip option - cloth handwraps! (#23339)
* drip * this is unneeded actually * Update code/game/objects/items/stacks/sheets/sheet_types.dm sure. Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * flips item sprite for now, at least --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -274,6 +274,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list (
|
||||
new /datum/stack_recipe("white shoes", /obj/item/clothing/shoes/white, 2),
|
||||
new /datum/stack_recipe("cloth footwraps", /obj/item/clothing/shoes/footwraps, 2),
|
||||
null,
|
||||
new /datum/stack_recipe("cloth handwraps", /obj/item/clothing/gloves/handwraps, 2),
|
||||
new /datum/stack_recipe("fingerless gloves", /obj/item/clothing/gloves/fingerless, 1),
|
||||
new /datum/stack_recipe("white gloves", /obj/item/clothing/gloves/color/white, 3),
|
||||
new /datum/stack_recipe("white softcap", /obj/item/clothing/head/soft/mime, 2),
|
||||
|
||||
@@ -118,6 +118,8 @@
|
||||
/obj/structure/closet/wardrobe/xenos/populate_contents()
|
||||
new /obj/item/clothing/suit/unathi/mantle(src)
|
||||
new /obj/item/clothing/suit/unathi/robe(src)
|
||||
new /obj/item/clothing/gloves/handwraps(src)
|
||||
new /obj/item/clothing/gloves/handwraps(src)
|
||||
new /obj/item/clothing/shoes/sandal(src)
|
||||
new /obj/item/clothing/shoes/sandal(src)
|
||||
new /obj/item/clothing/shoes/sandal(src)
|
||||
|
||||
Reference in New Issue
Block a user