/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-25 21:47:47 UTC
  • Revision ID: josh@9ix.org-20130625214747-bqjfaktdqj76aq8o
game over timer & penalty

Show diffs side-by-side

added added

removed removed

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