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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.54 by root, Mon May 28 21:28:36 2007 UTC vs.
Revision 1.55 by root, Wed May 30 03:03:10 2007 UTC

858 if (!skill) 858 if (!skill)
859 new_draw_info (NDI_BLACK, 0, op, "You have no unarmed combat skills!"); 859 new_draw_info (NDI_BLACK, 0, op, "You have no unarmed combat skills!");
860 } 860 }
861 } 861 }
862 862
863 if (skill)
864 {
863 op->change_skill (0); 865 op->change_skill (0);
864 apply_special (op, skill, AP_APPLY); 866 apply_special (op, skill, AP_APPLY);
867 }
865 } 868 }
866 869
867 if (!pl->combat_ob) 870 if (!pl->combat_ob)
868 { 871 {
869 LOG (llevError, "Could not find anything to attack on %s\n", &op->name); 872 LOG (llevError, "Could not find anything to attack on %s\n", &op->name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines