/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-30 21:40:21 UTC
  • Revision ID: josh@9ix.org-20130630214021-mw2vr14czefr09zb
set prices based on distance

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
   money = 2000, -- what to use for money symbol? ✪ or ☥ or Ⓐ?
30
30
   goods = {},
31
31
   cargoSpace = 20,
 
32
   onPlanet = false,
32
33
   onNew = function(self)
33
34
              self.thrust = Tile:new{image = 'data/thrust.png'}
34
35
              self.shield = Shield:new{ship = self}
108
109
                  end
109
110
 
110
111
                  if not self.active then
111
 
                     the.over.visible = true
112
 
                     the.instructions.visible = true
 
112
                     the.interface:add(GameOver:new())
113
113
                  end
114
114
               end,
115
115
   buy = function(self, good, price)