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.151 by root, Mon Jan 8 20:59:15 2007 UTC vs.
Revision 1.152 by root, Mon Jan 8 22:32:10 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines