herewego
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
/datum/crafting_recipe/armwraps
|
/datum/crafting_recipe/armwraps
|
||||||
name = "Armwraps"
|
name = "Armwraps"
|
||||||
result = /obj/item/clothing/gloves/fingerless/pugilist
|
result = /obj/item/clothing/gloves/fingerless/pugilist/crafted
|
||||||
time = 60
|
time = 60
|
||||||
tools = list(TOOL_WIRECUTTER)
|
tools = list(TOOL_WIRECUTTER)
|
||||||
reqs = list(/obj/item/stack/sheet/cloth = 4,
|
reqs = list(/obj/item/stack/sheet/cloth = 4,
|
||||||
|
|||||||
@@ -76,6 +76,18 @@
|
|||||||
if(!silent)
|
if(!silent)
|
||||||
to_chat(user, "<span class='warning'>With [src] off of your arms, you feel less ready to punch things.</span>")
|
to_chat(user, "<span class='warning'>With [src] off of your arms, you feel less ready to punch things.</span>")
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/fingerless/pugilist/crafted
|
||||||
|
unique_reskin = list("Short" = "armwraps",
|
||||||
|
"Extended" = "armwraps_extended"
|
||||||
|
)
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/fingerless/pugilist/crafted/reskin_obj(mob/M)
|
||||||
|
. = ..()
|
||||||
|
if(icon_state == "armwraps_extended")
|
||||||
|
item_state = "armwraps_extended"
|
||||||
|
else
|
||||||
|
return
|
||||||
|
|
||||||
/obj/item/clothing/gloves/fingerless/pugilist/chaplain
|
/obj/item/clothing/gloves/fingerless/pugilist/chaplain
|
||||||
name = "armwraps of unyielding resolve"
|
name = "armwraps of unyielding resolve"
|
||||||
desc = "A series of armwraps, soaked in holy water. Makes you pretty keen to smite evil magic users."
|
desc = "A series of armwraps, soaked in holy water. Makes you pretty keen to smite evil magic users."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user