Adds a multitool_act and a proper check on tool_check (#32640)

This commit is contained in:
Leo
2017-11-12 23:11:49 -02:00
committed by CitadelStationBot
parent ef700ef8d7
commit fffe2ea0c0
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@
return FALSE
if(TOOL_CROWBAR)
return target.crowbar_act(user, src)
if(TOOL_MULTITOOL)
return target.multitool_act(user, src)
if(TOOL_SCREWDRIVER)
return target.screwdriver_act(user, src)
if(TOOL_WRENCH)