Alchemy + Guidebook initialization (#124)
* remove Guidebook
* water and blood
* localization things
* added vital extract
* some fixes
* added bloodgrass
* guidebook localization
* fixes icons and remove unnecesary fields
* added inhand cauldron
* fix wallmount board
* Update bonfire.yml
* Update bonfire.yml
* alchemy furnace + mist
* fixes
* Guidebook localization
* Update drinks.yml
* Revert "remove Guidebook"
This reverts commit 7924cf235f.
* fix filtering guidebook
* test fix
* Update heater.yml
This commit is contained in:
@@ -124,6 +124,14 @@ namespace Content.Shared.Storage
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public StorageDefaultOrientation? DefaultStorageOrientation;
|
||||
|
||||
/// <summary>
|
||||
/// CrystallPunk bandage. We need to put in both objects and liquids.
|
||||
/// This avoids situations where a player puts a bucket into the cauldron
|
||||
/// instead of pouring liquid from the bucket into the cauldron.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool CP14CanStorageSolutionManagers = true;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum StorageUiKey : byte
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user