diff --git a/dat/fleet.xml b/dat/fleet.xml
index 90954cd..b529d72 100644
--- a/dat/fleet.xml
+++ b/dat/fleet.xml
@@ -26,7 +26,9 @@
     <ai>pirate</ai>
     <faction>Pirate</faction>
     <pilots>
-      <pilot chance='100'>Leapard</pilot>
+     <pilot chance='100'>Leapard</pilot>
+     <pilot chance='70'>Leapard</pilot>
+     <pilot chance='80'>Leapard</pilot>
     </pilots>
   </fleet>
 </Fleets>
diff --git a/dat/ship.xml b/dat/ship.xml
index f3d9123..769978b 100644
--- a/dat/ship.xml
+++ b/dat/ship.xml
@@ -79,8 +79,6 @@
 			</characteristics>
 		<outfits>
       <outfit quantity='3'>Laser</outfit>
-      <outfit quantity='2'>Missile Launcher</outfit>
-      <outfit quantity='20'>Missile</outfit>
 		</outfits>
 	</ship>
 </Ships>