mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
missing requirements for previous commit
This commit is contained in:
parent
7e0329ef3a
commit
4cf86a0de9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
_ = require 'underscore'
|
||||
{ randomVal } = require './helpers'
|
||||
{ pets, hatchingPotions } = require('./items').items
|
||||
|
||||
###
|
||||
Listeners to enabled flags, set notifications to the user when they've unlocked features
|
||||
###
|
||||
|
|
|
|||
Loading…
Reference in a new issue