From 26207baee8d8b95a3cb97d87c6350d8d3e0cf927 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Thu, 2 Jan 2025 15:55:24 +0100 Subject: [PATCH] feat: add luggage storage item --- internal/config/host.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/config/host.go b/internal/config/host.go index 51cd6c2..0ea6cd0 100644 --- a/internal/config/host.go +++ b/internal/config/host.go @@ -73,6 +73,11 @@ func NewHost() *Host { Name: "Transport", Price: 20.0, }, + + "LuggageStorage": { + Name: "LuggageStorage", + Price: 30.0, + }, }, } }