From 523f37ccc1a904d1e97b54db077091d3955bb0e2 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 22 Sep 2015 11:52:13 -0700 Subject: [PATCH] Correct Torpedo Pylon ammo reserve --- data/components/hardpoints/torpedo_pylon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/components/hardpoints/torpedo_pylon.json b/data/components/hardpoints/torpedo_pylon.json index 6294f97b..7c1a99cb 100755 --- a/data/components/hardpoints/torpedo_pylon.json +++ b/data/components/hardpoints/torpedo_pylon.json @@ -13,7 +13,7 @@ "thermload": 10, "grp": "tp", "clip": 1, - "ammo": 1, + "ammo": 0, "missile": "S" }, { @@ -29,7 +29,7 @@ "thermload": 10, "grp": "tp", "clip": 2, - "ammo": 1, + "ammo": 0, "missile": "S" } ]