public Wand() { calculateDamage(); defaultAction = AC_ZAP; try { image = handler.image(this); wood = handler.label(this); } catch (Exception e) { // Wand of Magic Missile } }
public Scroll() { super(); image = handler.image(this); rune = handler.label(this); }