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

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.63 by root, Fri Aug 10 05:25:16 2007 UTC vs.
Revision 1.64 by root, Thu Aug 23 17:17:41 2007 UTC

309 int attack; 309 int attack;
310 object *tmp; 310 object *tmp;
311 311
312 for (tmp = op->inv; tmp != NULL; tmp = tmp->below) 312 for (tmp = op->inv; tmp != NULL; tmp = tmp->below)
313 { 313 {
314 if ((tmp->type == FORCE) && (strcmp (tmp->arch->archname, "dragon_skin_force") == 0)) 314 if ((tmp->type == FORCE) && tmp->arch->archname == shstr_dragon_skin_force)
315 { 315 {
316 new_draw_info (NDI_UNIQUE, 0, op, "\nNatural skin resistances:"); 316 new_draw_info (NDI_UNIQUE, 0, op, "\nNatural skin resistances:");
317 for (attack = 0; attack < NROFATTACKS; attack++) 317 for (attack = 0; attack < NROFATTACKS; attack++)
318 { 318 {
319 if (atnr_is_dragon_enabled (attack)) 319 if (atnr_is_dragon_enabled (attack))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines