ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-link.ext
(Generate patch)

Comparing deliantra/server/ext/map-link.ext (file contents):
Revision 1.4 by root, Mon Jun 11 21:38:13 2007 UTC vs.
Revision 1.5 by root, Sat Sep 1 03:30:12 2007 UTC

8 # singleton :/ 8 # singleton :/
9 $self->width (21); 9 $self->width (21);
10 $self->height (21); 10 $self->height (21);
11 $self->nodrop (1); 11 $self->nodrop (1);
12 12
13 $self->name ("special built-in map"); 13 $self->name ("interdimensional nothingness");
14 14
15 $self->alloc; 15 $self->alloc;
16 $self->in_memory (cf::MAP_IN_MEMORY); 16 $self->in_memory (cf::MAP_IN_MEMORY);
17 17
18 # provide some exits "home" 18 # provide some exits "home"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines