From f68d41e8599c231b4eb4ed9fbe6057588ad3f332 Mon Sep 17 00:00:00 2001 From: brct-james Date: Sun, 16 Jul 2023 16:44:28 +0000 Subject: [PATCH] add cooldown to required --- models/Ship.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/Ship.json b/models/Ship.json index eba5686..eb3dca6 100644 --- a/models/Ship.json +++ b/models/Ship.json @@ -59,6 +59,7 @@ "modules", "mounts", "cargo", - "fuel" + "fuel", + "cooldown" ] } \ No newline at end of file