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.42 by root, Mon Apr 23 18:09:57 2007 UTC vs.
Revision 1.43 by root, Mon Apr 23 18:21:54 2007 UTC

1121 case DRINK: 1121 case DRINK:
1122 case FLESH: 1122 case FLESH:
1123 case SKILL_TOOL: 1123 case SKILL_TOOL:
1124 case POWER_CRYSTAL: 1124 case POWER_CRYSTAL:
1125 { 1125 {
1126 //TODO
1127 const char *cp = ::describe_item (this, who); 1126 const char *cp = ::describe_item (this, who);
1128 1127
1129 if (*cp) 1128 if (*cp)
1130 { 1129 {
1131 buf.append (" "); 1130 buf.append (" ");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines