feat: add luggage storage item

This commit is contained in:
Ruidy 2025-01-02 15:55:24 +01:00
parent 17eb65ebdc
commit 26207baee8
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -73,6 +73,11 @@ func NewHost() *Host {
Name: "Transport",
Price: 20.0,
},
"LuggageStorage": {
Name: "LuggageStorage",
Price: 30.0,
},
},
}
}