From a417d59492007b10c5bcac51b4c2898fe429afe0 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Tue, 19 Feb 2013 23:36:33 +0000 Subject: [PATCH] [Fix] Temp fix of outfits, removed the test enemy's missiles and launchers so he can't be a douche. [Change] Thrown a few more pirates in for the fun of it. --- dat/fleet.xml | 4 +++- dat/ship.xml | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) 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>