More Alchemy stuff (#184)

* mortar and vat fix

* alchemy playtest preparation

* Update PostMapInitTest.cs

* balance tweak
This commit is contained in:
Ed
2024-05-28 22:07:34 +03:00
committed by GitHub
parent 8c0017f891
commit 496c7638c0
19 changed files with 5634 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ namespace Content.Shared.Chemistry.Reaction
/// <summary>
/// The maximum number of reactions that may occur when a solution is changed.
/// </summary>
private const int MaxReactionIterations = 20;
private const int MaxReactionIterations = 50; //20 standard, CP14 increase limit
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly SharedAudioSystem _audio = default!;