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
+4 -3
View File
@@ -1,5 +1,6 @@
#define TOOL_NONE 0
#define TOOL_CROWBAR 1
#define TOOL_SCREWDRIVER 2
#define TOOL_WIRECUTTER 3
#define TOOL_WRENCH 4
#define TOOL_MULTITOOL 2
#define TOOL_SCREWDRIVER 3
#define TOOL_WIRECUTTER 4
#define TOOL_WRENCH 5