Show list to make in order to be made

This commit is contained in:
Andrew Miner
2015-01-04 15:18:00 -08:00
parent 761a244a83
commit 5c5ea861cc
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -55,6 +55,9 @@ module.exports = class Inventory extends BaseModel
stack = @_stacks[itemSlug]
onStack stack
getStack: (itemSlug)->
return @_stacks[itemSlug]
hasAtLeast: (itemSlug, quantity=1)->
if quantity is 0 then return true