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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.355 by root, Mon Nov 12 03:14:32 2012 UTC vs.
Revision 1.356 by root, Mon Nov 12 03:48:34 2012 UTC

1581 if (!items // testing !items ensures we can drop at least one item 1581 if (!items // testing !items ensures we can drop at least one item
1582 || (items < m->max_items 1582 || (items < m->max_items
1583 && ms.volume () < m->max_volume)) 1583 && ms.volume () < m->max_volume))
1584 return true; 1584 return true;
1585 1585
1586 if (originator && originator->is_player ()) 1586 if (originator)
1587 originator->contr->failmsgf ( 1587 originator->failmsgf (
1588 "No matter how hard you try, you just cannot put the %s here H<Try to remove some items from the floor first.>", 1588 "No matter how hard you try, you just cannot put the %s here! H<Try to remove some items from the floor first.>",
1589 query_name () 1589 query_name ()
1590 ); 1590 );
1591 1591
1592 return false; 1592 return false;
1593} 1593}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines