]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add prediction to Spill Container verb, add dummy TrySpill methods to shared (#25813)
authorTayrtahn <tayrtahn@gmail.com>
Fri, 29 Mar 2024 09:00:09 +0000 (05:00 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 09:00:09 +0000 (02:00 -0700)
commit4cd2fbd076ac09d93e5258bf2b822360c77d1ea1
tree14ff76388981874f693a92f7ca4bf1bbebe56e2e
parent19caf1d9d3b7c1ea51ea8ee4d891ce07742176b9
Add prediction to Spill Container verb, add dummy TrySpill methods to shared (#25813)

* Moved abstract spill methods to shared; added prediction to spill container verb.

* Rerun tests

* Requested changes

* Note Client behavior in Spill method docs
Content.Client/Fluids/PuddleSystem.cs
Content.Server/Fluids/Components/PreventSpillerComponent.cs [deleted file]
Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Content.Shared/Fluids/Components/PreventSpillerComponent.cs [new file with mode: 0644]
Content.Shared/Fluids/Components/SpillableComponent.cs
Content.Shared/Fluids/SharedPuddleSystem.Spillable.cs
Content.Shared/Fluids/SharedPuddleSystem.cs