Фиксы (#314)

* - fix: Fix surplus discount.

* - fix: Fix clumsy bolt barrage.

* - fix: Bookshelf fix error.

* - fix: Fix lying.

* - add: Monkeys can lie down.

* Revert "- fix: Fix surplus discount."

This reverts commit b89f9dc75fa7908198cfe054a7623d4effbe63d6.

* - remove: No shuttle wall reflect.
This commit is contained in:
Aviu00
2024-05-30 12:12:24 +00:00
committed by GitHub
parent c0ad651f7c
commit 7f1825b713
6 changed files with 16 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ namespace Content.Shared.Standing.Systems;
public abstract partial class SharedStandingStateSystem
{
[Dependency] protected readonly IRobustRandom Random = default!;
[Dependency] private readonly MobStateSystem _mobState = default!;
private void InitializeColliding()
{