This reverts commit 6ca82b2443.
This commit is contained in:
Tyler Renelle
2013-06-04 12:51:33 -04:00
parent 6ca82b2443
commit 06a2989d3b
2 changed files with 9 additions and 7 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
moment = require('moment')
_ = require('lodash')
{helpers, items} = require('./index.js')
helpers = require('./helpers.coffee')
items = require('./items.coffee')
{pets, hatchingPotions} = items.items
# Very strange bug where `require(./helpers.coffee)` is returning a blank object under certain circumsntances I haven't yet figured out
# Very strange bug where `require(./script/helpers.coffee)` is returning a blank object under certain circumsntances I haven't yet figured out
helpers = require('habitrpg-shared/script/helpers') if _.isEmpty(helpers)
XP = 15