ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfmap-plushify
(Generate patch)

Comparing deliantra/Deliantra/bin/cfmap-plushify (file contents):
Revision 1.3 by elmex, Fri Aug 11 09:16:07 2006 UTC vs.
Revision 1.4 by elmex, Fri Aug 11 09:25:29 2006 UTC

64 } 64 }
65 65
66 if ($arch->{inventory}) { 66 if ($arch->{inventory}) {
67 my @oinv = 67 my @oinv =
68 grep { 68 grep {
69 $_->{slaying} ne '/python/IPO/board.py' 69 not grep { $_->{slaying} ne $_ }
70 and $_->{slaying} ne '/python/IPO/say.py' 70 ('/python/IPO/board.py', '/python/IPO/say.py', '/python/IPO/banksay.py')
71 } @{$arch->{inventory}}; 71 } @{$arch->{inventory}};
72 $patched++ if @oinv < @{$arch->{inventory}}; 72 $patched++ if @oinv < @{$arch->{inventory}};
73 @{$arch->{inventory}} = @oinv; 73 @{$arch->{inventory}} = @oinv;
74 } 74 }
75 75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines