Add a test for the weightless status (#2437)

* Add wip test for weightless status

* Expand and fix weightless test
This commit is contained in:
DrSmugleaf
2020-10-30 02:38:21 +01:00
committed by GitHub
parent 86829b5191
commit 57729063b7
5 changed files with 120 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ namespace Content.Server.GameObjects.Components.Mobs
[ViewVariables]
private readonly Dictionary<StatusEffect, StatusEffectStatus> _statusEffects = new Dictionary<StatusEffect, StatusEffectStatus>();
public override IReadOnlyDictionary<StatusEffect, StatusEffectStatus> Statuses => _statusEffects;
protected override void Startup()
{
base.Startup();