mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27: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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user