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

Comparing deliantra/server/ext/sockpuppet.ext (file contents):
Revision 1.1 by root, Fri Dec 15 19:29:18 2006 UTC vs.
Revision 1.2 by root, Thu Dec 21 22:41:34 2006 UTC

1#! perl 1#! perl
2 2
3cf::register_attachment "sockpuppet" => 3cf::object::attachment sockpuppet =>
4 on_skill_attack => sub { 4 on_skill_attack => sub {
5 my ($self, $victim) = @_; 5 my ($self, $victim) = @_;
6 6
7 if ($victim->type == cf::PLAYER) { 7 if ($victim->type == cf::PLAYER) {
8 my $stats = $victim->stats; 8 my $stats = $victim->stats;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines