/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-30 22:39:43 UTC
  • Revision ID: josh@9ix.org-20130630223943-863q2kff3f3bqp7v
save on arriving at & leaving a planet both

Show diffs side-by-side

added added

removed removed

131
131
                       end
132
132
 
133
133
                       return self.cargoSpace - cargo
134
 
                    end
 
134
                    end,
 
135
   save = function(self)
 
136
             -- save player data
 
137
             the.storage.data.player = {x = self.x,
 
138
                                        y = self.y,
 
139
                                        money = self.money,
 
140
                                        goods = self.goods,
 
141
                                        cargoSpace = self.cargoSpace
 
142
                                     }
 
143
             the.storage:save()
 
144
          end
135
145
}
 
 
'\\ No newline at end of file'