Mercurial > parpg-core
diff src/parpg/gamemodel.py @ 155:7214224b8d83
Fixed that items in the player characters inventory could not be dropped.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 07 Oct 2011 14:15:06 +0200 |
parents | 6e1eb964a6e5 |
children | db6403c1a7a1 |
line wrap: on
line diff
--- a/src/parpg/gamemodel.py Thu Oct 06 16:08:00 2011 +0200 +++ b/src/parpg/gamemodel.py Fri Oct 07 14:15:06 2011 +0200 @@ -501,7 +501,6 @@ if self.active_map.agent_layer.getInstances(agent): continue self.createAgent(agents[agent], agent, world) - self.updateObjectDB(world) def placePC(self, world): """Places the PlayerCharacter on the map"""