Fix typo in potion dilution message, found by Raisse
This commit is contained in:
@@ -3399,7 +3399,7 @@ boolean force;
|
|||||||
return ER_DESTROYED;
|
return ER_DESTROYED;
|
||||||
} else if (obj->odiluted) {
|
} else if (obj->odiluted) {
|
||||||
if (carried(obj))
|
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->otyp = POT_WATER;
|
||||||
obj->dknown = 0;
|
obj->dknown = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user