--- cfmaps/cfmap2html 2005/11/20 08:24:45 1.15 +++ cfmaps/cfmap2html 2005/11/20 08:30:36 1.16 @@ -123,6 +123,7 @@ push @class, "fishy" if grep $_->{invisible} || $_->{face} || exists $_->{no_pass}, @$as; push @class, "exit" if grep $is_exit{$arch->{$_->{_name}}{type}} && $_->{slaying}, @$as; + push @class, "npc" if grep $_->{msg}, @$as; print ""; print "
";