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.59 by root, Mon May 28 21:28:35 2007 UTC vs.
Revision 1.60 by root, Mon Jun 4 12:19:09 2007 UTC

490 int attack; 490 int attack;
491 object *tmp; 491 object *tmp;
492 492
493 for (tmp = op->inv; tmp != NULL; tmp = tmp->below) 493 for (tmp = op->inv; tmp != NULL; tmp = tmp->below)
494 { 494 {
495 if ((tmp->type == FORCE) && (strcmp (tmp->arch->name, "dragon_skin_force") == 0)) 495 if ((tmp->type == FORCE) && (strcmp (tmp->arch->archname, "dragon_skin_force") == 0))
496 { 496 {
497 new_draw_info (NDI_UNIQUE, 0, op, "\nNatural skin resistances:"); 497 new_draw_info (NDI_UNIQUE, 0, op, "\nNatural skin resistances:");
498 for (attack = 0; attack < NROFATTACKS; attack++) 498 for (attack = 0; attack < NROFATTACKS; attack++)
499 { 499 {
500 if (atnr_is_dragon_enabled (attack)) 500 if (atnr_is_dragon_enabled (attack))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines