Exemplo n.º 1
0
  public Wand() {
    calculateDamage();

    defaultAction = AC_ZAP;

    try {
      image = handler.image(this);
      wood = handler.label(this);
    } catch (Exception e) {
      // Wand of Magic Missile
    }
  }
Exemplo n.º 2
0
 public Scroll() {
   super();
   image = handler.image(this);
   rune = handler.label(this);
 }