--- deliantra/server/common/item.C 2008/04/09 14:36:47 1.42 +++ deliantra/server/common/item.C 2008/04/13 21:22:47 1.44 @@ -576,6 +576,7 @@ case ALTAR: case TRIGGER_ALTAR: case IDENTIFY_ALTAR: + case CONVERTER: if (op->slaying == shstr_money) { bool wrap = !!buf.size (); @@ -591,7 +592,7 @@ sint32 coins = op->stats.food / coin->value; - buf.printf ("drop %d %s", coins, coins == 1 ? &coin->name : &coin->name_pl); + buf.printf ("drop %d %s (or equivalent)", coins, coins == 1 ? &coin->name : &coin->name_pl); if (wrap) buf << ']'; }