Equipment buying and selling complete

This commit is contained in:
2019-06-01 23:02:08 +10:00
parent 7c7e69d4c5
commit 8161ebb512
8 changed files with 294 additions and 72 deletions
+8 -1
View File
@@ -21,7 +21,14 @@ let excluded = [ //messages that should not be logged
'News sent',
'Can\'t train while attacking',
'Can\'t untrain while attacking'
'Can\'t untrain while attacking',
'Can\'t purchase while attacking',
'Can\'t sell while attacking',
'Purchase made',
'Sale made',
'Cleaned database'
];
const log = (msg, ...args) => {