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

Comparing deliantra/maps/perl/nimbus.ext (file contents):
Revision 1.2 by root, Fri Mar 17 03:13:49 2006 UTC vs.
Revision 1.3 by root, Sat Mar 18 01:33:16 2006 UTC

32 32
33sub skills_get($) { 33sub skills_get($) {
34 my ($ob) = @_; 34 my ($ob) = @_;
35 35
36 +{ 36 +{
37 map +($_->skill => $_->exp), 37 map +($_->skill => $_->stats->exp),
38 grep $_->type == cf::SKILL, 38 grep $_->type == cf::SKILL,
39 $ob->inv 39 $ob->inv
40 } 40 }
41} 41}
42 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines