comment tidbit

This commit is contained in:
PatR
2018-11-12 11:08:59 -08:00
parent 1295e7ee28
commit 5c2ff62089

View File

@@ -905,7 +905,7 @@ register struct obj *otmp;
}
break;
case POT_SPEED:
/* skip when mounted; heal_legs() would heal steeds legs */
/* skip when mounted; heal_legs() would heal steed's legs */
if (Wounded_legs && !otmp->cursed && !u.usteed) {
heal_legs(0);
unkn++;