Merge pull request #14265 from SandPoot/tool_behavior-replacing

Tool behavior replacing
This commit is contained in:
silicons
2021-02-21 14:48:50 -07:00
committed by GitHub
182 changed files with 552 additions and 528 deletions
@@ -155,7 +155,7 @@
to_chat(user, "<span class='warning'>There's no room for any more frames in the apiary!</span>")
return
if(istype(I, /obj/item/wrench))
if(I.tool_behaviour == TOOL_WRENCH)
if(default_unfasten_wrench(user, I, time = 20))
return