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:
Sadhorizon
2023-12-06 16:34:15 +01:00
committed by GitHub
parent e7964eb1f0
commit 5f479ea457
10 changed files with 16 additions and 0 deletions
@@ -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."