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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.98 by sf-marcmagus, Thu Oct 15 16:00:38 2009 UTC vs.
Revision 1.99 by sf-marcmagus, Fri Oct 16 16:29:47 2009 UTC

521 char buf[MAX_BUF]; 521 char buf[MAX_BUF];
522 522
523 if (sack == tmp) 523 if (sack == tmp)
524 return; /* Can't put an object in itself */ 524 return; /* Can't put an object in itself */
525 525
526 if (QUERY_FLAG (tmp, FLAG_STARTEQUIP)) 526 if (QUERY_FLAG (tmp, FLAG_STARTEQUIP) || QUERY_FLAG (tmp, FLAG_NO_DROP))
527 { 527 {
528 new_draw_info_format (NDI_UNIQUE, 0, op, "You cannot put the %s in the %s.", query_name (tmp), query_name (sack)); 528 new_draw_info_format (NDI_UNIQUE, 0, op, "You cannot put the %s in the %s.", query_name (tmp), query_name (sack));
529 return; 529 return;
530 } 530 }
531 531

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines