When the hero has the Glib condition, ^X reports "you have slippery
fingers" or "you have slippery gloves" but self-probing (either wand
or stethoscope aimed at self) was reporting "you have slippery hands."
Change self-probing to match enlightenment for this.
"WHAMMM!!!" feedback when kicking a door suggests noise so if hero is deaf an
alternate message should be given
fix typo in message shown when hero sees a monster's wet towel become drier
+for hero with slippery fingers, enlightenment reports "slippery fingers" or
+ "slippery gloves" but self-probing described it as "slippery hands"
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
Sprintf(eos(info), ", injured %s", what);
}
if (Glib)
- Sprintf(eos(info), ", slippery %s", makeplural(body_part(HAND)));
+ Sprintf(eos(info), ", slippery %s", fingers_or_gloves(TRUE));
if (u.utrap)
Strcat(info, ", trapped");
if (Fast)