* лежать * лучше так сделать * - remove: Gravity is fine. * - add: Hit moving lying targets. * - tweak: Lie down insted of stun on FTL. * - fix: Fix double component. * - remove: Disable recoil. --------- Co-authored-by: Aviu00 <aviu00@protonmail.com>
9 lines
186 B
C#
9 lines
186 B
C#
using Content.Shared.Standing;
|
|
using Content.Shared.Standing.Systems;
|
|
|
|
namespace Content.Client.Standing;
|
|
|
|
public sealed class StandingStateSystem : SharedStandingStateSystem
|
|
{
|
|
|
|
} |