--- deliantra/server/ext/gravedigger.ext 2010/03/20 14:57:58 1.1 +++ deliantra/server/ext/gravedigger.ext 2010/03/20 16:30:23 1.2 @@ -53,12 +53,13 @@ } my (@stones) = cf::match::match <<'MATCH', $who; -(type=SIGN and { warn "MSG" . $_->msg; $_->msg =~ /hero.*killed.*by/si }) in inv +(type=SIGN and { $_->msg =~ /hero.*killed.*by/si }) in inv MATCH unless (@stones) { $who->reply ($npc, "I'm sorry sir, but you don't have any gravestones with you " - . "I'm interested in!"); + . "I'm interested in! " + . "H"); return; }