Skip to content
Snippets Groups Projects
Commit b52d76ab authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5869 51575b47-30f0-44d4-a5cc-537603b46e54
parent 467e7ac7
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ newEntity{
self.temporary = self.temporary - 1
if self.temporary <= 0 then
game.level.map(self.x, self.y, engine.Map.TERRAIN, self.old_feat)
game.level:removeEntity(self)
game.level:removeEntity(self, true)
game.logSeen(self, "The unstable sand tunnel collapses!")
game.nicer_tiles:updateAround(game.level, self.x, self.y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment