--- cfmaps/cfmap2html 2005/11/22 17:54:41 1.19 +++ cfmaps/cfmap2html 2005/11/23 06:56:36 1.20 @@ -121,7 +121,7 @@ if (my $as = $meta->{map}[$x][$y]) { my @class; - push @class, "fishy" if grep $_->{invisible} || $_->{face} || exists $_->{no_pass}, @$as; + push @class, "fishy" if grep $_->{invisible} || $_->{face} || exists $_->{no_pass} || exists $_->{no_pick}, @$as; push @class, "exit" if grep $is_exit{$arch->{$_->{_name}}{type}} && $_->{slaying}, @$as; push @class, "dialog" if grep $_->{msg} =~ /^\@match/m, @$as;