v0.3.0: wand types are now automatically known (wands still need to be IDed though)

This commit is contained in:
Evan Debenham
2015-03-26 07:46:10 -04:00
parent bc64d00e17
commit 9c1cfc095f
5 changed files with 17 additions and 111 deletions
@@ -40,8 +40,7 @@ public class WandOfTeleportation extends Wand {
Char ch = Actor.findChar( cell );
if (ch == curUser) {
setKnown();
ScrollOfTeleportation.teleportHero( curUser );
} else if (ch != null && !(ch instanceof NPC)) {