ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/adjust_levels.ext
(Generate patch)

Comparing deliantra/maps/perl/adjust_levels.ext (file contents):
Revision 1.2 by elmex, Fri Mar 24 23:29:18 2006 UTC vs.
Revision 1.3 by root, Sat Mar 25 04:47:56 2006 UTC

11 11
12 $ob->player_lvl_adj; 12 $ob->player_lvl_adj;
13 $ob->player_lvl_adj ($_) for grep $_->type == cf::SKILL, $ob->inv; 13 $ob->player_lvl_adj ($_) for grep $_->type == cf::SKILL, $ob->inv;
14 14
15 $ob->message ("\nDone adjusting levels to experience table.\nIf you got a lot of level changes, then this is because the server changed its experience table.\nDo NOT panic!\n"); 15 $ob->message ("\nDone adjusting levels to experience table.\nIf you got a lot of level changes, then this is because the server changed its experience table.\nDo NOT panic!\n");
16 0
17} 16}
18 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines