Merging Source v1.7.2: item changes

This commit is contained in:
Evan Debenham
2014-10-21 00:38:15 -04:00
parent 4a49763309
commit 13afc9df8d
32 changed files with 523 additions and 269 deletions
@@ -80,7 +80,7 @@ public class WandOfTelekinesis extends Wand {
ch.pos = next;
Actor.freeCell( next );
// Refactoring needed!
// FIXME
if (ch instanceof Mob) {
Dungeon.level.mobPress( (Mob)ch );
} else {