blind cane craft (#31962)

This commit is contained in:
CRUNCH
2026-05-13 22:11:06 +00:00
committed by GitHub
parent 9b570fc75c
commit 8fe4bf5ded
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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