diff --git a/dat/outfit.xml b/dat/outfit.xml
index 7a70b2e..bc4ffb1 100644
--- a/dat/outfit.xml
+++ b/dat/outfit.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Outfits>
-<outfit name="Laser">
+<outfit name="Laser Cannon">
 <general>
 <max>5</max>
 <tech>2</tech>
@@ -42,7 +42,7 @@
 <damage type="energy">10</damage>
 </specific>
 </outfit>
-<outfit name="Plasma Cannon">
+<outfit name="Plasma Blaster">
 <general>
 <max>4</max>
 <tech>3</tech>
diff --git a/dat/ship.xml b/dat/ship.xml
index 7f4431f..0010b26 100644
--- a/dat/ship.xml
+++ b/dat/ship.xml
@@ -30,7 +30,7 @@
 <cap_cargo>20</cap_cargo>
 </characteristics>
 <outfits>
-<outfit quantity='1'>Laser</outfit>
+<outfit quantity='1'>Laser Cannon</outfit>
 </outfits>
 </ship>
 <ship name="Hyena">
@@ -63,7 +63,7 @@
 <cap_cargo>10</cap_cargo>
 </characteristics>
 <outfits>
-<outfit quantity='2'>Laser</outfit>
+<outfit quantity='2'>Laser Cannon</outfit>
 </outfits>
 </ship>
 <ship name="Pacifier">
@@ -96,7 +96,7 @@
 <cap_cargo>30</cap_cargo>
 </characteristics>
 <outfits>
-<outfit quantity='2'>Laser</outfit>
+<outfit quantity='2'>Laser Cannon</outfit>
 <outfit quantity='1'>Laser Turret</outfit>
 <outfit quantity='2'>Headhunter Launcher</outfit>
 <outfit quantity='40'>Headhunter</outfit>
@@ -168,7 +168,7 @@ Used by security agencies all over the universe for it's reliability and availab
 <cap_cargo>10</cap_cargo>
 </characteristics>
 <outfits>
-<outfit quantity='2'>Laser</outfit>
+<outfit quantity='2'>Laser Cannon</outfit>
 <outfit quantity='1'>Headhunter Launcher</outfit>
 <outfit quantity='20'>Headhunter</outfit>
 </outfits>
@@ -179,7 +179,7 @@ Used by security agencies all over the universe for it's reliability and availab
 <sound>engine</sound>
 <class>2</class>
 <price>900000</price>
-<fabricator>Nexus</fabricator>
+<fabricator>Melendez Corp</fabricator>
 <tech>5</tech>
 <description>A heavy liner specialized in freighting cargo all over the universe.  Also has good accomodations for passengers depending on the model allowing for enjoyable cruises.  Was a favorite target of pirates until they added stock turrets to the new models which can now defend themselves properly.</description>
 <movement>
@@ -309,4 +309,40 @@ Production is entirely done on Zhiru en the Goddard system by Goddard Inc, the s
 <outfit quantity='40'>Headhunter</outfit>
 </outfits>
 </ship>
+<ship name="Admonisher">
+<GFX>admonisher</GFX>
+<GUI>minimal</GUI>
+<sound>engine</sound>
+<class>2</class>
+<price>900000</price>
+<fabricator>Nexus</fabricator>
+<tech>10</tech>
+<description>A very versatile combat ship.  Nexus defines it as the combination between the ruggedness of the Pacifier and the agility of the Lancelot.  Overall a very solid fighter.</description>
+<movement>
+<thrust>200</thrust>
+<turn>105</turn>
+<speed>200</speed>
+</movement>
+<health>
+<shield>240</shield>
+<armour>170</armour>
+<energy>380</energy>
+<shield_regen>240</shield_regen>
+<armour_regen>90</armour_regen>
+<energy_regen>1180</energy_regen>
+</health>
+<characteristics>
+<crew>13</crew>
+<mass>170</mass>
+<fuel>400</fuel>
+<cap_weapon>110</cap_weapon>
+<cap_cargo>20</cap_cargo>
+</characteristics>
+<outfits>
+<outfit quantity='1'>Laser Cannon</outfit>
+<outfit quantity='2'>Plasma Blaster</outfit>
+<outfit quantity='1'>Headhunter Launcher</outfit>
+<outfit quantity='10'>Headhunter</outfit>
+</outfits>
+</ship>
 </Ships>
diff --git a/dat/start.xml b/dat/start.xml
index f2165f3..a403039 100644
--- a/dat/start.xml
+++ b/dat/start.xml
@@ -1,7 +1,7 @@
 <Start>
 <name>Dark Tides</name>
 <player>
-<ship>Lancelot</ship>
+<ship>Admonisher</ship>
 <credits>
 <low>500000</low>
 <high>1500000</high>
diff --git a/gfx/ship/admonisher.png b/gfx/ship/admonisher.png
new file mode 100644
index 0000000..d735219
Binary files /dev/null and b/gfx/ship/admonisher.png differ
diff --git a/gfx/ship/admonisher_target.png b/gfx/ship/admonisher_target.png
new file mode 100644
index 0000000..ab3874b
Binary files /dev/null and b/gfx/ship/admonisher_target.png differ