Remove soapy water (#24301)

* localize shuttle timer eta etd

* remove soapy water for real
This commit is contained in:
lzk
2024-02-03 05:23:34 +01:00
committed by GitHub
parent f7b61f6cda
commit c4e7f1ebe8
5 changed files with 4 additions and 51 deletions

View File

@@ -13,10 +13,7 @@ public sealed partial class PuddleSystem
[ValidatePrototypeId<ReagentPrototype>]
private const string Water = "Water";
[ValidatePrototypeId<ReagentPrototype>]
private const string SoapyWater = "SoapyWater";
public static string[] EvaporationReagents = new[] { Water, SoapyWater };
public static string[] EvaporationReagents = new[] { Water };
private void OnEvaporationMapInit(Entity<EvaporationComponent> entity, ref MapInitEvent args)
{