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.56 by sf-marcmagus, Mon Oct 12 03:09:02 2009 UTC vs.
Revision 1.57 by root, Mon Oct 12 04:03:41 2009 UTC

1208 if (QUERY_FLAG (op, FLAG_STEALTH)) buf << "(stealth)"; 1208 if (QUERY_FLAG (op, FLAG_STEALTH)) buf << "(stealth)";
1209 1209
1210 if (op->slaying && op->type != FOOD) 1210 if (op->slaying && op->type != FOOD)
1211 buf.printf ("(slay %s)", &op->slaying); 1211 buf.printf ("(slay %s)", &op->slaying);
1212 1212
1213 if (op->type == SKILL_TOOL && op->skill) buf.printf ("(%s)", &op->skill); 1213 if (op->type == SKILL_TOOL && op->skill)
1214 buf.printf ("(%s)", &op->skill);
1214 1215
1215 buf.add_abilities ("Attacks", op->attacktype); 1216 buf.add_abilities ("Attacks", op->attacktype);
1216 /* resistance on flesh is only visible for quetzals. If 1217 /* resistance on flesh is only visible for quetzals. If
1217 * non flesh, everyone can see its resistances 1218 * non flesh, everyone can see its resistances
1218 */ 1219 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines