Skip to content

Commit

Permalink
Adjusted arguments for use_tool (ParadiseSS13#25662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzah authored May 28, 2024
1 parent 88d236d commit b7aa472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/satchel_ore_boxdm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/obj/structure/ore_box/crowbar_act(mob/living/user, obj/item/I)
. = TRUE
if(!I.use_tool(src, user, 5 SECONDS, I.tool_volume))
if(!I.use_tool(src, user, 5 SECONDS, volume = I.tool_volume))
return
user.visible_message("<span class='notice'>[user] pries [src] apart.</span>", "<span class='notice'>You pry apart [src].</span>", "<span class='italics'>You hear splitting wood.</span>")
deconstruct(TRUE, user)
Expand Down

0 comments on commit b7aa472

Please sign in to comment.