Fix typo in potion dilution message, found by Raisse

This commit is contained in:
Pasi Kallinen
2015-05-29 13:20:20 +03:00
parent 7d74a25a14
commit 8c5796ff6e

View File

@@ -3399,7 +3399,7 @@ boolean force;
return ER_DESTROYED;
} else if (obj->odiluted) {
if (carried(obj))
pline("Your %s %s furthers.", ostr, vtense(ostr, "dilute"));
pline("Your %s %s further.", ostr, vtense(ostr, "dilute"));
obj->otyp = POT_WATER;
obj->dknown = 0;