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

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.57 by root, Mon Jun 4 13:04:01 2007 UTC vs.
Revision 1.58 by elmex, Fri Jun 8 08:36:48 2007 UTC

240 * We don't use flesh types because the weight values of those need 240 * We don't use flesh types because the weight values of those need
241 * to be altered from the donor. 241 * to be altered from the donor.
242 */ 242 */
243 243
244 /* We assume the food items don't have multiple parts */ 244 /* We assume the food items don't have multiple parts */
245 for_all_archetypes (at) 245 for_all_archetypes (at_tmp)
246 { 246 {
247 if (at_tmp->type == FOOD || at_tmp->type == DRINK) 247 if (at_tmp->type == FOOD || at_tmp->type == DRINK)
248 { 248 {
249 /* Basically, if the food value is something that is creatable 249 /* Basically, if the food value is something that is creatable
250 * under the limits of the spell and it is higher than 250 * under the limits of the spell and it is higher than

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines