Fix via Dynahack by Tung Nguyen
zapping wand of opening at yourself, unlock carried boxes
dissolve iron bars by force-fighting with wielded potion of acid
poison breath leaves a trail of poison gas
+make vault guard accept names starting with number
Platform- and/or Interface-Specific Fixes
do {
getlin("\"Hello stranger, who are you?\" -", buf);
(void) mungspaces(buf);
- } while (!letter(buf[0]) && --trycount > 0);
+ } while (!buf[0] && --trycount > 0);
if (u.ualign.type == A_LAWFUL
/* ignore trailing text, in case player includes rank */