--- deliantra/maps/perl/invite.ext 2006/02/07 03:06:01 1.4 +++ deliantra/maps/perl/invite.ext 2006/02/07 23:35:56 1.5 @@ -38,8 +38,7 @@ if ($player eq substr $path, 0, length $player) { 1 - } elsif (grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR), - $map->at ($x, $y)) { + } elsif (grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR), $map->at ($x, $y)) { 2 } else { 3 @@ -49,7 +48,7 @@ my @maplevel = ( "some mysterious hideout", "his home", - "his guild", # wrong + "his guild", # wrong, this is any unique place !player-specific "a nice place", "a place with monsters", );