/traderous

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

« back to all changes in this revision

Viewing changes to planet.lua

  • Committer: Josh C
  • Date: 2013-06-19 01:06:14 UTC
  • Revision ID: josh@9ix.org-20130619010614-j3rbcv1c0my2tw0f
enemy shields and death

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                                            the.player.y - (self.y + hw))
40
40
 
41
41
                    if pvec:len2() < hw ^ 2 then
42
 
                       -- TODO: probably you should pay to fix shield
43
 
                       the.player.shield.strength = the.player.shield.max
44
 
                       the.player.velocity = {x=0, y=0}
45
 
                       the.player.acceleration = {x=0, y=0}
46
 
 
47
42
                       tradeView = TradeView:new{ planet = self }
48
43
                       tradeView:activate()
49
44
                    end