mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
lower tech shield
requested changes by soft. Uses a wooden bucket instead of a metal one, and cloth instead of cable coils.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
/datum/crafting_recipe/primitive_shield
|
||||
name = "Primitive Shield"
|
||||
result = /obj/item/weapon/shield/primitive
|
||||
reqs = list(list(/obj/item/stack/material/wood = 2), list(/obj/item/weapon/reagent_containers/glass/bucket =1), list(/obj/item/weapon/handcuffs/cable = 2))
|
||||
reqs = list(list(/obj/item/stack/material/wood = 2), list(/obj/item/weapon/reagent_containers/glass/bucket/wood =1), list(/obj/item/stack/material/cloth = 5)))
|
||||
time = 120
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
Reference in New Issue
Block a user