mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Adds Gonbolas (#40224)
* Adds Gonbolas * Gondolafied the status effect a bit more. * Corrected documentation * -Restructured status effect handling for better efficiency -Rebalanced stats * Fixed qdel
This commit is contained in:
committed by
Jordan Brown
parent
0af352927a
commit
ef36fe6d64
@@ -94,6 +94,16 @@
|
||||
category= CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/gonbola
|
||||
name = "Gonbola"
|
||||
result = /obj/item/restraints/legcuffs/bola/gonbola
|
||||
reqs = list(/obj/item/restraints/handcuffs/cable = 1,
|
||||
/obj/item/stack/sheet/metal = 6,
|
||||
/obj/item/stack/sheet/animalhide/gondola = 1)
|
||||
time = 40
|
||||
category= CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/tailclub
|
||||
name = "Tail Club"
|
||||
result = /obj/item/tailclub
|
||||
|
||||
Reference in New Issue
Block a user