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

Comparing deliantra/server/server/shop.C (file contents):
Revision 1.57 by root, Mon Sep 29 10:32:50 2008 UTC vs.
Revision 1.58 by root, Tue Dec 16 23:25:25 2008 UTC

669 dynbuf_text buf; 669 dynbuf_text buf;
670 670
671 buf << "You have " << unpaid_count 671 buf << "You have " << unpaid_count
672 << " unpaid item(s) that would cost you " << cost_string_from_value (unpaid_price, 0) 672 << " unpaid item(s) that would cost you " << cost_string_from_value (unpaid_price, 0)
673 << ". You need another " << cost_string_from_value (unpaid_price - player_wealth, 0) 673 << ". You need another " << cost_string_from_value (unpaid_price - player_wealth, 0)
674 << " to be able to afford that."; 674 << " to be able to afford that. "
675 "H<You cannot leave a shop with items you cannot pay - drop those unpaid items first.>";
675 676
676 pl->failmsg (buf); 677 pl->failmsg (buf);
677 678
678 return 0; 679 return 0;
679 } 680 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines