ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/item.C
(Generate patch)

Comparing deliantra/server/common/item.C (file contents):
Revision 1.43 by root, Sun Apr 13 20:21:50 2008 UTC vs.
Revision 1.44 by root, Sun Apr 13 21:22:47 2008 UTC

590 if (op->stats.food % coin->value == 0) 590 if (op->stats.food % coin->value == 0)
591 break; 591 break;
592 592
593 sint32 coins = op->stats.food / coin->value; 593 sint32 coins = op->stats.food / coin->value;
594 594
595 buf.printf ("drop %d %s", coins, coins == 1 ? &coin->name : &coin->name_pl); 595 buf.printf ("drop %d %s (or equivalent)", coins, coins == 1 ? &coin->name : &coin->name_pl);
596 596
597 if (wrap) buf << ']'; 597 if (wrap) buf << ']';
598 } 598 }
599 break; 599 break;
600 600

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines