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

@@ -35,6 +35,8 @@ namespace Content.Client.GameObjects.Components.Mobs
[ViewVariables]
private Dictionary<StatusEffect, CooldownGraphic> _cooldown = new Dictionary<StatusEffect, CooldownGraphic>();
public override IReadOnlyDictionary<StatusEffect, StatusEffectStatus> Statuses => _status;
/// <summary>
/// Allows calculating if we need to act due to this component being controlled by the current mob
/// </summary>