/traderous

To get this branch, use:
bzr branch http://9ix.org/bzr/traderous

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-25 18:23:38 UTC
  • Revision ID: josh@9ix.org-20130625182338-gkx8evr4z93zh9x7
load/save (not working yet)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                  end
109
109
 
110
110
                  if not self.active then
111
 
                     the.interface:add(GameOver:new())
 
111
                     the.over.visible = true
 
112
                     the.instructions.visible = true
112
113
                  end
113
114
               end,
114
115
   buy = function(self, good, price)