- you can't twoweapon unless your form allows it, but polymorph wouldn't
disable twoweapon mode immediately
touchstone entry in data.base
specific message for engraving headstone with wand of digging
wielded/quivered chained ball should be unwielded when thrown
+polymorphing into a form that cannot twoweapon should immediately disable
+ twoweapon mode
Platform- and/or Interface-Specific Fixes
dropx(otmp2);
}
untwoweapon();
+ } else if (!could_twoweap(youmonst.data)) {
+ untwoweapon();
}
}
}