Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Jan 29, 2024
1 parent e47aa6a commit 0b6428e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

/obj/machinery/vital_floor_scanner/screwdriver_act(mob/living/user, obj/item/tool)
balloon_alert(user, "deconstructing...")
if(!tool.use_tool(src, user, 4 SECONDS))
if(!tool.use_tool(src, user, 4 SECONDS, volume = 50))
return ITEM_INTERACT_BLOCKING

deconstruct(TRUE)
Expand Down

0 comments on commit 0b6428e

Please sign in to comment.