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.75 by root, Sun Oct 21 01:25:02 2007 UTC vs.
Revision 1.76 by root, Sun Oct 21 04:16:22 2007 UTC

211{ 211{
212 int food_value; 212 int food_value;
213 archetype *at = NULL; 213 archetype *at = NULL;
214 object *new_op; 214 object *new_op;
215 215
216 food_value = spell_ob->stats.food + +50 * SP_level_duration_adjust (caster, spell_ob); 216 food_value = spell_ob->stats.food + 50 * SP_level_duration_adjust (caster, spell_ob);
217 217
218 if (stringarg) 218 if (stringarg)
219 { 219 {
220 at = find_archetype_by_object_type_name (FOOD, stringarg); 220 at = find_archetype_by_object_type_name (FOOD, stringarg);
221 if (at == NULL) 221 if (at == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines