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

Comparing deliantra/server/common/living.C (file contents):
Revision 1.37 by root, Sun Apr 29 03:44:35 2007 UTC vs.
Revision 1.38 by root, Sun Apr 29 04:14:57 2007 UTC

987 987
988 /* these are the items that currently can change digestion, regeneration, 988 /* these are the items that currently can change digestion, regeneration,
989 * spell point recovery and mana point recovery. Seems sort of an arbitary 989 * spell point recovery and mana point recovery. Seems sort of an arbitary
990 * list, but other items store other info into stats array. 990 * list, but other items store other info into stats array.
991 */ 991 */
992 if ((tmp->type == WEAPON) || 992 if ((tmp->type == WEAPON) || (tmp->type == BOW) ||
993 (tmp->type == ARMOUR) || (tmp->type == HELMET) || 993 (tmp->type == ARMOUR) || (tmp->type == HELMET) ||
994 (tmp->type == SHIELD) || (tmp->type == RING) || 994 (tmp->type == SHIELD) || (tmp->type == RING) ||
995 (tmp->type == BOOTS) || (tmp->type == GLOVES) || 995 (tmp->type == BOOTS) || (tmp->type == GLOVES) ||
996 (tmp->type == AMULET) || (tmp->type == GIRDLE) || 996 (tmp->type == AMULET) || (tmp->type == GIRDLE) ||
997 (tmp->type == BRACERS) || (tmp->type == CLOAK) || 997 (tmp->type == BRACERS) || (tmp->type == CLOAK) ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines