Skip to content

Commit

Permalink
(personal edit), add excavator module to governor.pl
Browse files Browse the repository at this point in the history
Conflicts:
	examples/governor.pl
  • Loading branch information
mjharwood authored and lemming552 committed May 8, 2015
1 parent c577a2a commit 2824f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/governor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
use Games::Lacuna::Client::Governor;
use Games::Lacuna::Client;
use YAML::Any;
use Games::Lacuna::Client::Governor::Archaeology;
use Games::Lacuna::Client::Governor::Astronomer;
use Games::Lacuna::Client::Governor::Excavator;

$| = 1;

Expand Down
3 changes: 2 additions & 1 deletion lib/Games/Lacuna/Client/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ our %EXPORT_TAGS = (
EnergyReserve
FoodReserve
OreStorage
PlanetaryCommand
SupplyPod
WasteSequestration
WaterStorage
Expand Down Expand Up @@ -387,7 +388,7 @@ our %EXPORT_TAGS = (
Parliament => [qw(command space_station_module)],
Pie => [qw(food)],
PilotTraining => [qw(command infrastructure ship)],
PlanetaryCommand => [qw(command infrastructure)],
PlanetaryCommand => [qw(command infrastructure storage)],
PoliceStation => [qw(command infrastructure space_station_module)],
PoliticsTraining => [qw(command infrastructure intelligence)],
Potato => [qw(food)],
Expand Down

0 comments on commit 2824f45

Please sign in to comment.