Skip to content

Commit

Permalink
Merge pull request #35 from lemming552/neutral
Browse files Browse the repository at this point in the history
Why we test on local server first...
  • Loading branch information
lemming552 committed Jul 19, 2012
2 parents 111ff89 + 3af2441 commit d3802c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Lacuna/Role/Ship/Arrive/TriggerDefense.pm
Expand Up @@ -12,7 +12,7 @@ after handle_arrival_procedures => sub {
return unless $self->foreign_body_id;

# No defense in Neutral Area. (Can't stop colonization, mining, etc...)
return if $self->in_neutral_area;
return if $self->foreign_body->in_neutral_area;

my $body_attacked = $self->foreign_body;
my $ship_body = $self->body;
Expand Down

0 comments on commit d3802c6

Please sign in to comment.