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[];