mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user