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

Comparing deliantra/maps/perl/invite.ext (file contents):
Revision 1.10 by root, Sat Mar 25 04:47:56 2006 UTC vs.
Revision 1.11 by root, Thu Apr 6 19:57:56 2006 UTC

4# level 2: private rooms and saving maps (guilds, some other public saving maps) 4# level 2: private rooms and saving maps (guilds, some other public saving maps)
5# level 3: invite everywhere where no monsters are on the map 5# level 3: invite everywhere where no monsters are on the map
6# level 4: invite everywhere 6# level 4: invite everywhere
7 7
8# implement a 'follow' command 8# implement a 'follow' command
9
10#TODO: fon't invite on damned ground
11 9
12my $TIMEOUT = 60; 10my $TIMEOUT = 60;
13 11
14# determine whether map cell is damned 12# determine whether map cell is damned
15sub is_damned { 13sub is_damned {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines