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