Footprints + Mop + Force undersky liquid evaporation (#469)

* all evaporation under sky

* footprints system

* puddle footprints

* split to holder and trailer

* mop added

* mop finish
This commit is contained in:
Ed
2024-09-28 18:09:30 +03:00
committed by GitHub
parent dca61c009d
commit 0dc7982109
36 changed files with 434 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ namespace Content.Shared.Fluids;
public abstract partial class SharedPuddleSystem
{
[ValidatePrototypeId<ReagentPrototype>]
private const string Water = "Water";
private const string Water = "CP14Water"; //CP14 Water
public static readonly string[] EvaporationReagents = [Water];