Skip to content

Commit

Permalink
remove picked up items from the original tile if we teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Jan 2, 2010
1 parent 84d6b0d commit 595608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TAEB/Action/Pickup.pm
Expand Up @@ -17,7 +17,7 @@ subscribe got_item => sub {
my $event = shift;

# what about stacks?
TAEB->send_message(remove_floor_item => $event->item);
TAEB->send_message(remove_floor_item => $event->item, $self->starting_tile);
};

sub begin_select_pickup {
Expand Down

0 comments on commit 595608e

Please sign in to comment.