mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
blind cane craft (#31962)
This commit is contained in:
@@ -2,6 +2,7 @@ GLOBAL_LIST_INIT(rod_recipes, list (
|
||||
new /datum/stack_recipe("grille", /obj/structure/grille, 2, time = 1 SECONDS, one_per_turf = TRUE, on_floor_or_lattice = TRUE),
|
||||
new /datum/stack_recipe("table frame", /obj/structure/table_frame, 2, time = 1 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("curtain rod", /obj/item/mounted/curtain/curtain_fixture, 2, 1, 20),
|
||||
new /datum/stack_recipe("white cane", /obj/item/blindcane, 1, 1),
|
||||
null,
|
||||
new /datum/stack_recipe_list("railings...", list(
|
||||
new /datum/stack_recipe("railing", /obj/structure/railing, 3, time = 1 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
flags = CONDUCT
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
materials = list(MAT_METAL=50)
|
||||
materials = list(MAT_METAL = 2000)
|
||||
attack_verb = list("bludgeoned", "whacked", "disciplined", "thrashed", "Vaudevilled")
|
||||
|
||||
/obj/item/cane/get_crutch_efficiency()
|
||||
@@ -48,7 +48,7 @@
|
||||
force = 5
|
||||
throwforce = 7
|
||||
w_class = WEIGHT_CLASS_SMALL // Canes can fold up to fit in bags or pockets
|
||||
materials = list(MAT_METAL = 50)
|
||||
materials = list(MAT_METAL = 1000)
|
||||
attack_verb = list("smacked", "whacked", "bumped", "struck")
|
||||
new_attack_chain = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user