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

Comparing deliantra/server/ext/board.ext (file contents):
Revision 1.2 by root, Thu Dec 21 22:41:34 2006 UTC vs.
Revision 1.3 by pippijn, Sat Jan 6 02:41:38 2007 UTC

76}; 76};
77 77
78cf::object::attachment board => 78cf::object::attachment board =>
79 on_apply => sub { 79 on_apply => sub {
80 my ($npc, $who) = @_; 80 my ($npc, $who) = @_;
81 $who->reply ($npc, "Hello, i'm a talking board, 'say help' to get help"); 81 $who->reply ($npc, "Hello, I'm a talking board, 'say help' to get help");
82 do_list ($npc->name, $who, $npc); 82 do_list ($npc->name, $who, $npc);
83 cf::override; 83 cf::override;
84 }, 84 },
85; 85;
86 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines