ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/gravedigger.ext
(Generate patch)

Comparing deliantra/server/ext/gravedigger.ext (file contents):
Revision 1.3 by elmex, Sat Mar 20 16:43:37 2010 UTC vs.
Revision 1.4 by root, Sat Mar 20 20:16:16 2010 UTC

50 . " minutes.>"); 50 . " minutes.>");
51 return; 51 return;
52 } 52 }
53 } 53 }
54 54
55 my (@stones) = cf::match::match <<'MATCH', $who; 55 my (@stones) = cf::match::match
56(type=SIGN and { $_->msg =~ /hero.*killed.*by/si }) in inv 56 '(type=SIGN and { $_->msg =~ /hero.*killed.*by/si }) in inv',
57MATCH 57 $who;
58 unless (@stones) { 58 unless (@stones) {
59 $who->reply ($npc, 59 $who->reply ($npc,
60 "I'm sorry sir, but you don't have any gravestones with you " 60 "I'm sorry sir, but you don't have any gravestones with you "
61 . "I'm interested in! " 61 . "I'm interested in! "
62 . "H<He is only interested in gravestones caused by player deaths.>"); 62 . "H<He is only interested in gravestones caused by player deaths.>");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines