From 05f1b225a03adeab4cda01a6c96595359464ac0e Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sun, 17 Jun 2012 06:38:09 +0000 Subject: (Hopefully) Allows SWACS ships to do more than sit around. Needs testing. --- Stars45/StarshipTacticalAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/StarshipTacticalAI.cpp') diff --git a/Stars45/StarshipTacticalAI.cpp b/Stars45/StarshipTacticalAI.cpp index 09d57e2..61c126d 100644 --- a/Stars45/StarshipTacticalAI.cpp +++ b/Stars45/StarshipTacticalAI.cpp @@ -202,7 +202,7 @@ void StarshipTacticalAI::CheckBugOut(Ship* c_ship, double rng) { // see if carrier should bug out... - if (!ship || !c_ship || ship->Class() != Ship::CARRIER) + if (!ship || !c_ship || ship->Class() != Ship::CARRIER || ship->Class() != Ship::SWACS) return; if (bugout) -- cgit v1.1