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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.111 by root, Sun Mar 28 15:57:14 2010 UTC vs.
Revision 1.112 by root, Fri Apr 2 03:41:24 2010 UTC

140 { 140 {
141 new_draw_info_format (NDI_UNIQUE, 0, pl, "You have no knowledge of the skill %s", params); 141 new_draw_info_format (NDI_UNIQUE, 0, pl, "You have no knowledge of the skill %s", params);
142 return 0; 142 return 0;
143 } 143 }
144 144
145 pl->change_skill (0); 145 pl->apply (skill);
146 apply_special (pl, skill, AP_APPLY);
147 return 1; 146 return 1;
148} 147}
149 148
150/* A little special because we do want to pass the full params along 149/* A little special because we do want to pass the full params along
151 * as it includes the object to throw. 150 * as it includes the object to throw.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines