v0.3.0: wand types are now automatically known (wands still need to be IDed though)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user