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.55 by root, Wed Sep 16 22:50:50 2009 UTC vs.
Revision 1.56 by sf-marcmagus, Mon Oct 12 03:09:02 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);
1214
1213 buf.add_abilities ("Attacks", op->attacktype); 1215 buf.add_abilities ("Attacks", op->attacktype);
1214 /* resistance on flesh is only visible for quetzals. If 1216 /* resistance on flesh is only visible for quetzals. If
1215 * non flesh, everyone can see its resistances 1217 * non flesh, everyone can see its resistances
1216 */ 1218 */
1217 if (op->type != FLESH || (owner && is_dragon_pl (owner))) 1219 if (op->type != FLESH || (owner && is_dragon_pl (owner)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines