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>
@@ -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)
|
||||
|
||||
@@ -59,6 +59,11 @@
|
||||
path = /obj/item/clothing/shoes/footwraps
|
||||
slot = SLOT_HUD_SHOES
|
||||
|
||||
/datum/gear/racial/handwraps
|
||||
display_name = "Cloth handwraps"
|
||||
path = /obj/item/clothing/gloves/handwraps
|
||||
slot = SLOT_HUD_GLOVES
|
||||
|
||||
/datum/gear/racial/vox_casual
|
||||
display_name = "Vox jumpsuit"
|
||||
description = "These loose clothes are optimized for the labors of the lower castes onboard the arkships. Large openings in the top allow for breathability while the pants are durable yet flexible enough to not restrict movement."
|
||||
|
||||
@@ -80,6 +80,14 @@
|
||||
resistance_flags = NONE
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 115, ACID = 20)
|
||||
|
||||
/obj/item/clothing/gloves/handwraps
|
||||
name = "cloth handwraps"
|
||||
desc = "A roll of treated canvas used for wrapping claws or paws."
|
||||
icon_state = "clothwrap"
|
||||
item_state = "clothwrap"
|
||||
transfer_prints = TRUE
|
||||
clipped = TRUE
|
||||
|
||||
/obj/item/clothing/gloves/batmangloves
|
||||
name = "batgloves"
|
||||
desc = "Used for handling all things bat related."
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 980 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |