ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.148 by root, Mon Jan 8 12:39:16 2007 UTC vs.
Revision 1.149 by root, Mon Jan 8 14:11:05 2007 UTC

1680 $map = $map->customise_for ($self) if $map; 1680 $map = $map->customise_for ($self) if $map;
1681 1681
1682# warn "entering ", $map->path, " at ($x, $y)\n" 1682# warn "entering ", $map->path, " at ($x, $y)\n"
1683# if $map; 1683# if $map;
1684 1684
1685 $map or $map->cluck ("oy");#d#
1685 $map or $self->message ("The exit is closed", cf::NDI_UNIQUE | cf::NDI_RED); 1686 $map or $self->message ("The exit to '" . ($path->visible_name) . "' is closed", cf::NDI_UNIQUE | cf::NDI_RED);
1686 1687
1687 $self->leave_link ($map, $x, $y); 1688 $self->leave_link ($map, $x, $y);
1688 })->prio (1); 1689 })->prio (1);
1689} 1690}
1690 1691

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines