diff --git a/ChangeLog.md b/ChangeLog.md index 06d3e29..2e189f1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#2.2.15 + * Fix location of initial cargo rack for Vulture + #2.2.14 * Alter blueprint structure to combine components and features * Make hidden value of modifications its own attribute diff --git a/ships/vulture.json b/ships/vulture.json index 1373352..d0b218c 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -40,7 +40,7 @@ "defaults": { "standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["4e", 0, 0, "02", 0, "2h"] + "internal": ["4e", 0, "02", 0, 0, "2h"] } } }