Я скучаю так очень, забери меня срочно
This commit is contained in:
@@ -11,9 +11,9 @@ public abstract partial class SharedPuddleSystem
|
||||
[ValidatePrototypeId<ReagentPrototype>]
|
||||
private const string HolyWater = "Holywater";
|
||||
|
||||
public static readonly string[] EvaporationReagents = [Water, HolyWater];
|
||||
public static readonly string[] EvaporationReagents = { Water, HolyWater };
|
||||
|
||||
public bool CanFullyEvaporate(Solution solution)
|
||||
public bool CanFullyEvaporate(Solution solution)
|
||||
{
|
||||
return solution.GetTotalPrototypeQuantity(EvaporationReagents) == solution.Volume;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user