ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/world/world_104_115.map
(Generate patch)

Comparing deliantra/maps/world/world_104_115.map (file contents):
Revision 1.46 by root, Mon Jan 26 00:01:58 2009 UTC vs.
Revision 1.47 by root, Sun Feb 1 20:10:43 2009 UTC

10528@parse (\d+) 10528@parse (\d+)
10529@cond $state->{number} == $match->[0] 10529@cond $state->{number} == $match->[0]
10530@setstate guess 10530@setstate guess
10531@setstate number 10531@setstate number
10532@deltopic 1|2|3|4|5|6|7|8|9 10532@deltopic 1|2|3|4|5|6|7|8|9
10533@eval $who->pay_player (50 * 5) 10533@eval $who->pay_player (100*100*5)
10534Congrats, lad, here is your money! 10534Congrats, lad, here is your money!
10535 10535
10536@match * 10536@match *
10537@cond $state->{number} 10537@cond $state->{number}
10538@parse (\d+) 10538@parse (\d+)
10552@match * 10552@match *
10553@cond $state->{number} 10553@cond $state->{number}
10554Come on, lad, guess your number! 10554Come on, lad, guess your number!
10555 10555
10556@match start|here is the money 10556@match start|here is the money
10557@cond $who->pay_amount (50 * 2) 10557@cond $who->pay_amount (100*100*2)
10558@eval $state->{number} = 1 + int rand 9 10558@eval $state->{number} = 1 + int rand 9
10559@eval $state->{guess} = 0 10559@eval $state->{guess} = 0
10560@addtopic 1|2|3|4|5|6|7|8|9 10560@addtopic 1|2|3|4|5|6|7|8|9
10561Let me think of a number... Ok, give me your first guess! 10561Let me think of a number... Ok, give me your first guess!
10562 10562

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines