Cluster grenade refactor and contra markings (#31108)

* Cluster grenade refactor

* oopsies on the name

* Solve client-side errors

* reviews addressed

* filling scattering grenades is now predicted

* reviews addressed
This commit is contained in:
Plykiya
2024-12-16 04:08:07 -08:00
committed by GitHub
parent 1266b05b02
commit a4d6f09a4f
14 changed files with 757 additions and 558 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Explosion.EntitySystems;
namespace Content.Client.Explosion;
public sealed class ScatteringGrenadeSystem : SharedScatteringGrenadeSystem
{
}