Skip to content

Commit

Permalink
handle looting from chests
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Jul 6, 2013
1 parent 37529d0 commit f0a200a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/TAEB/AI/Behavioral/Personality.pm
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ subscribe query_pickupitems => sub {
});
};

subscribe query_lootcontainer => sub {
shift->subscription_query_pickupitems(@_);
};

sub want_item {
my $self = shift;
my $item = shift;
Expand Down

0 comments on commit f0a200a

Please sign in to comment.