Skip to content

Commit

Permalink
Removed easy space station destruction ability.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Oct 22, 2012
1 parent acdb4d8 commit ca3a3da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Lacuna/DB/Result/Spies.pm
Expand Up @@ -1883,7 +1883,8 @@ sub destroy_infrastructure {

return $self->building_not_found->id unless defined $building;
return $self->building_not_found->id if ($building->class eq 'Lacuna::DB::Result::Building::PlanetaryCommand' or
$building->class eq 'Lacuna::DB::Result::Building::Module::StationCommand');
$building->class eq 'Lacuna::DB::Result::Building::Module::StationCommand' or
$building->class eq 'Lacuna::DB::Result::Building::Module::Parliament');

$self->on_body->empire->send_predefined_message(
tags => ['Spies','Alert'],
Expand Down

0 comments on commit ca3a3da

Please sign in to comment.