From 7c179d6c2a4742f1ea7a1eae5ff2fdd174208c3c Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 15 Dec 2024 10:52:10 +0100 Subject: [PATCH] Note new boot location --- src/types/shipTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/shipTypes.ts b/src/types/shipTypes.ts index 77b5cd8a..a1954475 100644 --- a/src/types/shipTypes.ts +++ b/src/types/shipTypes.ts @@ -19,7 +19,7 @@ export interface IShipInterior { SkinFlavourItem?: string; } -export type TBootLocation = "LISET" | "DRIFTER_CAMP" | "APARTMENT"; +export type TBootLocation = "LISET" | "DRIFTER_CAMP" | "APARTMENT" | "SHOP"; export interface IShip { Features: string[];