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.122 by root, Fri Apr 30 21:00:39 2010 UTC vs.
Revision 1.123 by root, Sat May 15 23:41:05 2010 UTC

1023 if (tmp->stats.ac) 1023 if (tmp->stats.ac)
1024 ac -= tmp->stats.ac + tmp->magic; 1024 ac -= tmp->stats.ac + tmp->magic;
1025 1025
1026 break; 1026 break;
1027 1027
1028 case WAND: 1028 case RANGED:
1029 case ROD:
1030 case HORN:
1031 break;
1032
1033 case BOW: 1029 case BOW:
1034 case WEAPON: 1030 case WEAPON:
1035 wc -= tmp->stats.wc + tmp->magic; 1031 wc -= tmp->stats.wc + tmp->magic;
1036 1032
1037 if (tmp->stats.ac && tmp->stats.ac + tmp->magic > 0) 1033 if (tmp->stats.ac && tmp->stats.ac + tmp->magic > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines