fewmore fixes

This commit is contained in:
TrilbySpaceClone
2019-12-29 00:13:07 -05:00
parent 8aee20cdf3
commit 06f81fe9f9
2 changed files with 60 additions and 56 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
#define TOOL_DRILL "drill"
#define TOOL_SCALPEL "scalpel"
#define TOOL_SAW "saw"
//Glasswork Tools
#define TOOL_BLOW "blowing_rod"
#define TOOL_GLASS_CUT "glasskit"
// If delay between the start and the end of tool operation is less than MIN_TOOL_SOUND_DELAY,
// tool sound is only played when op is started. If not, it's played twice.