From be52601c61cf09d350f96d6c8361fed9621cdd46 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Fri, 18 Aug 2017 12:14:23 +0100 Subject: [PATCH] Speculatively add Type-10 Defender --- companion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/companion.py b/companion.py index d0194317..a7def480 100644 --- a/companion.py +++ b/companion.py @@ -110,6 +110,7 @@ ship_map = { 'type6' : 'Type-6 Transporter', 'type7' : 'Type-7 Transporter', 'type9' : 'Type-9 Heavy', + 'type10' : 'Type-10 Defender', 'viper' : 'Viper MkIII', 'viper_mkiv' : 'Viper MkIV', 'vulture' : 'Vulture',