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.44 by root, Sat May 12 16:06:42 2007 UTC vs.
Revision 1.45 by root, Sat May 12 22:04:20 2007 UTC

502 * If certain skills should take more/less time, that should be 502 * If certain skills should take more/less time, that should be
503 * in the code for the skill itself. 503 * in the code for the skill itself.
504 */ 504 */
505 505
506 if (op->type == PLAYER) 506 if (op->type == PLAYER)
507 op->speed_left -= 1.0; 507 op->speed_left -= 1.f;
508 508
509 /* this is a good place to add experience for successfull use of skills. 509 /* this is a good place to add experience for successfull use of skills.
510 * Note that add_exp() will figure out player/monster experience 510 * Note that add_exp() will figure out player/monster experience
511 * gain problems. 511 * gain problems.
512 */ 512 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines