From 244e5a9b9db03995785d0253a88b8af2c1de4cb3 Mon Sep 17 00:00:00 2001 From: Szlrd Date: Fri, 5 Apr 2024 20:32:43 +0200 Subject: [PATCH] Police Coronatrix texture fix Now it picks the correct model, with the police texture. I've also added parentheses around the Police in the name to get it consistent with the other police ships (although they should never pop up on the market) --- data/ships/coronatrix_police.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ships/coronatrix_police.json b/data/ships/coronatrix_police.json index b84af10f136..9fee6c61ec7 100644 --- a/data/ships/coronatrix_police.json +++ b/data/ships/coronatrix_police.json @@ -1,6 +1,6 @@ { - "model": "coronatrix", - "name": "Coronatrix Police", + "model": "coronatrix_police", + "name": "Coronatrix (Police)", "cockpit": "coronatrix_cockpit", "manufacturer": "opli", "ship_class": "light_courier",