--- cfmaps/cfmap2html 2010/01/14 18:29:03 1.39 +++ cfmaps/cfmap2html 2010/04/06 04:13:51 1.40 @@ -19,7 +19,7 @@ our $VERSION = '2.202'; -use strict; +use common::sense; use List::Util qw(min max); use Deliantra; @@ -155,7 +155,7 @@ push @class, "fishy" if grep exists $_->{invisible} || exists $_->{face} || exists $_->{move_block} || exists $_->{move_allow} || exists $_->{no_pick} || exists $_->{tag} - , @$as + , @$as; push @class, "exit" if grep $is_exit{$ARCH{$_->{_name}}{type}} && $_->{slaying}, @$as; push @class, "dialog" if grep $_->{msg} =~ /^\@match/m, @$as;