From 9ec406f1a69c434b95d11c2aa1cf298ce32ede37 Mon Sep 17 00:00:00 2001 From: Mark Lemming Date: Tue, 2 Dec 2014 15:17:55 -0700 Subject: [PATCH] Bug squash. --- lib/Lacuna/DB/Result/Ships/SpyShuttle.pm | 2 +- lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Lacuna/DB/Result/Ships/SpyShuttle.pm b/lib/Lacuna/DB/Result/Ships/SpyShuttle.pm index 9bf8c5dff..76336f0ea 100644 --- a/lib/Lacuna/DB/Result/Ships/SpyShuttle.pm +++ b/lib/Lacuna/DB/Result/Ships/SpyShuttle.pm @@ -26,8 +26,8 @@ with "Lacuna::Role::Ship::Send::NotIsolationist"; with "Lacuna::Role::Ship::Send::LoadWithSpies"; with "Lacuna::Role::Ship::Send::IsHostile"; with "Lacuna::Role::Ship::Arrive::CaptureWithSpies"; -with "Lacuna::Role::Ship::Arrive::PickUpSpies"; with "Lacuna::Role::Ship::Arrive::Orbit"; +with "Lacuna::Role::Ship::Arrive::PickUpSpies"; with "Lacuna::Role::Ship::Arrive::CargoExchange"; no Moose; diff --git a/lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm b/lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm index eba532baa..cd010c09b 100644 --- a/lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm +++ b/lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm @@ -62,7 +62,6 @@ after handle_arrival_procedures => sub { # object_type => ref($self), # object_id => $self->id, #})->insert; - confess [-1]; }; 1;