From b08d74376e477cb55125c3babc48f784c37e2a0a Mon Sep 17 00:00:00 2001 From: Keith Jackson Date: Sun, 10 Dec 2023 13:48:19 -0800 Subject: [PATCH] Agent.shipCount always seems to be returned. Why would this be optional? --- models/Agent.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/Agent.json b/models/Agent.json index 610526e..fb0dee4 100644 --- a/models/Agent.json +++ b/models/Agent.json @@ -37,6 +37,7 @@ "symbol", "headquarters", "credits", - "startingFaction" + "startingFaction", + "shipCount" ] }