mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes two other crafts (#8691)
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
list(/obj/item/stack/material/cloth = 10),
|
list(/obj/item/stack/material/cloth = 10),
|
||||||
list(/obj/item/stack/material/crystalscale = 2),
|
list(/obj/item/stack/material/crystalscale = 2),
|
||||||
list(/obj/item/stack/material/resin = 8),
|
list(/obj/item/stack/material/resin = 8),
|
||||||
/obj/item/weapon/stock_parts/capacitor = 1
|
list(/obj/item/weapon/stock_parts/capacitor = 1)
|
||||||
)
|
)
|
||||||
time = 60
|
time = 60
|
||||||
category = CAT_CLOTHING
|
category = CAT_CLOTHING
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
result = /obj/item/clothing/shoes/boots/frost
|
result = /obj/item/clothing/shoes/boots/frost
|
||||||
reqs = list(
|
reqs = list(
|
||||||
list(/obj/item/stack/material/frostscale = 2),
|
list(/obj/item/stack/material/frostscale = 2),
|
||||||
/obj/item/clothing/shoes/boots/winter = 1
|
list(/obj/item/clothing/shoes/boots/winter = 1)
|
||||||
)
|
)
|
||||||
time = 60
|
time = 60
|
||||||
category = CAT_CLOTHING
|
category = CAT_CLOTHING
|
||||||
|
|||||||
Reference in New Issue
Block a user