From d0d6fea204f3c9ed26e2803d28cc2df5115d2837 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 23 Sep 2021 11:15:01 -0400 Subject: [PATCH] Expose forging mechanics --- utils/GunSmith/GunSmith.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/GunSmith/GunSmith.js b/utils/GunSmith/GunSmith.js index 35256599..cd2e6dd7 100644 --- a/utils/GunSmith/GunSmith.js +++ b/utils/GunSmith/GunSmith.js @@ -762,3 +762,6 @@ module.exports.kill = () => { logger.info('Killed gunsmith.') } } + +module.exports._reforge = forge +module.exports._isReady = isReady