Bump version, prepare release
This commit is contained in:
parent
52a69155bb
commit
763c45e0be
|
|
@ -4,7 +4,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyName>Ratijas.HookahPlace</AssemblyName>
|
<AssemblyName>Ratijas.HookahPlace</AssemblyName>
|
||||||
<Product>HookahPlace</Product>
|
<Product>HookahPlace</Product>
|
||||||
<Version>4.2.0</Version>
|
<Version>4.20.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Project Properties -->
|
<!-- Project Properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,7 @@ Become a ship-mom (or a ship-dad) and smoke shisha while guiding your crew over
|
||||||
|
|
||||||
## Store
|
## Store
|
||||||
|
|
||||||
The mod adds a ship decor/furniture to the store called "Hookah".
|
The mod adds a ship decor/furniture to the store called "Hookah". It is _always available_ in the store.
|
||||||
|
|
||||||
The store rotates between random 4-6 entries every quota. To make the hookah always available in the store, use another mod like [`StoreRotationConfig` by `pacoito`](https://thunderstore.io/c/lethal-company/p/pacoito/StoreRotationConfig/) with the `stockAll` option toggled ON or add "Hookah" (with capital 'H', without quotes) to the `itemWhitelist`.
|
|
||||||
|
|
||||||
## Made by Ratijas
|
## Made by Ratijas
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 4.20.0
|
||||||
|
|
||||||
|
- Update dependencies, and rebuild for v81 (also known as "v80").
|
||||||
|
- Hookah is always in shop now.
|
||||||
|
|
||||||
# 4.2.0
|
# 4.2.0
|
||||||
|
|
||||||
Fixed Hookah unlockable item disappearing after reloading a save file.
|
Fixed Hookah unlockable item disappearing after reloading a save file.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
|
||||||
[package]
|
[package]
|
||||||
namespace = "Ratijas"
|
namespace = "Ratijas"
|
||||||
name = "HookahPlace"
|
name = "HookahPlace"
|
||||||
versionNumber = "4.2.0"
|
versionNumber = "4.20.0"
|
||||||
description = "Relaxing hookah as a ship upgrade"
|
description = "Relaxing hookah as a ship upgrade"
|
||||||
websiteUrl = "https://git.vilunov.me/ratijas/HookahPlace"
|
websiteUrl = "https://git.vilunov.me/ratijas/HookahPlace"
|
||||||
containsNsfwContent = false
|
containsNsfwContent = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue