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

Comparing deliantra/maps/perl/rent.ext (file contents):
Revision 1.2 by root, Mon Sep 18 18:20:11 2006 UTC vs.
Revision 1.3 by root, Mon Sep 18 18:34:16 2006 UTC

80} 80}
81 81
82sub check_balance { 82sub check_balance {
83 my ($pl) = @_; 83 my ($pl) = @_;
84 84
85 pay_balance $pl if $pl->{rent}{balance} < 0; 85 pay_balance $pl if $pl->{rent}{balance} > 0;
86 86
87 $pl->{rent}{balance} >= 0 87 $pl->{rent}{balance} <= 0
88} 88}
89 89
90sub find_apartment { 90sub find_apartment {
91 my ($pl, $name) = @_; 91 my ($pl, $name) = @_;
92 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines