From 2b4e48fbe62b7c231641753decab3213fa8de947 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 18 Jul 2015 09:16:45 -0500 Subject: [PATCH] Add stat calc to common --- common/script/index.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/script/index.coffee b/common/script/index.coffee index fc1b0978cb..209683858c 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -33,6 +33,8 @@ api.planGemLimits = convRate: 20 #how much does a gem cost? convCap: 25 #how many gems can be converted / month? +api.statCalc = require('./methods/statCalculations') + ### ------------------------------------------------------ Time / Day