v0.2.2: falling items now appear on the next depth (potions shatter)

This commit is contained in:
Evan Debenham
2014-10-21 20:47:40 -04:00
parent 29a323ebcf
commit 3706092e7b
4 changed files with 82 additions and 10 deletions

View File

@@ -103,8 +103,7 @@ public class Chasm {
}
public static void mobFall( Mob mob ) {
// Destroy instead of kill to prevent dropping loot
mob.destroy();
mob.die( null );
((MobSprite)mob.sprite).fall();
}