Merge pull request #3885 from Citadel-Station-13/upstream-merge-32602

[MIRROR] Items no longer need to check for tools in attackby
This commit is contained in:
LetterJay
2017-11-12 08:21:26 -06:00
committed by GitHub
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