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

@@ -341,7 +341,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem
_deletionQueue.Remove(entity);
UpdateSlip(entity, entity.Comp, args.Solution);
UpdateSlow(entity, args.Solution);
UpdateEvaporation(entity, args.Solution);
//UpdateEvaporation(entity, args.Solution); //CP14 Force evaporation under sky via YML
UpdateAppearance(entity, entity.Comp);
}