Items no longer need to check for tools in attackby

This commit is contained in:
Leo
2017-11-11 18:22:15 -02:00
committed by CitadelStationBot
parent 662c42b450
commit 73cb2ead88
11 changed files with 898 additions and 64 deletions
+5
View File
@@ -0,0 +1,5 @@
#define TOOL_NONE 0
#define TOOL_CROWBAR 1
#define TOOL_SCREWDRIVER 2
#define TOOL_WIRECUTTER 3
#define TOOL_WRENCH 4