Tackling Working so far, working on the lunge now

This commit is contained in:
Artur
2020-04-09 21:42:00 +03:00
parent 8379169b81
commit fe755a1424
44 changed files with 760 additions and 153 deletions
@@ -23,3 +23,12 @@
*/
/datum/crafting_recipe/proc/check_requirements(mob/user, list/collected_requirements)
return TRUE
/datum/crafting_recipe/gripperoffbrand
name = "Improvised Gripper Gloves"
reqs = list(
/obj/item/clothing/gloves/fingerless = 1
// /obj/item/stack/sticky_tape = 1
)
result = /obj/item/clothing/gloves/tackler/offbrand
category = CAT_CLOTHING