B06011 - grammar bit

This commit is contained in:
cohrs
2002-08-06 05:04:14 +00:00
parent 1fb6ab3c9d
commit 82d134c29a

View File

@@ -2624,7 +2624,7 @@ move_on:
|| (obj->oclass == FOOD_CLASS && obj->oeaten)
|| (Is_candle(obj) &&
obj->age < 20L * (long)objects[obj->otyp].oc_cost)) {
pline("%s seems not interested%s.", Monnam(shkp),
pline("%s seems uninterested%s.", Monnam(shkp),
cgold ? " in the rest" : "");
if (container)
dropped_container(obj, shkp, FALSE);