Merge pull request #9905 from Trilbyspaceclone/glassware

[Ready] Cargo MK III - Glassware Addtion
This commit is contained in:
Ghom
2020-01-24 18:46:25 +01:00
committed by GitHub
23 changed files with 583 additions and 153 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.