[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.
This commit is contained in:
Allanis 2013-02-19 23:36:33 +00:00
parent 19570b0f6a
commit a417d59492
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,9 @@
<ai>pirate</ai> <ai>pirate</ai>
<faction>Pirate</faction> <faction>Pirate</faction>
<pilots> <pilots>
<pilot chance='100'>Leapard</pilot> <pilot chance='100'>Leapard</pilot>
<pilot chance='70'>Leapard</pilot>
<pilot chance='80'>Leapard</pilot>
</pilots> </pilots>
</fleet> </fleet>
</Fleets> </Fleets>

View File

@ -79,8 +79,6 @@
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity='3'>Laser</outfit> <outfit quantity='3'>Laser</outfit>
<outfit quantity='2'>Missile Launcher</outfit>
<outfit quantity='20'>Missile</outfit>
</outfits> </outfits>
</ship> </ship>
</Ships> </Ships>