Makes magboots grant gravity. (#6054)

This commit is contained in:
Moony
2022-01-13 06:13:25 -08:00
committed by GitHub
parent e306131841
commit bd359dd54c
3 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ namespace Content.Server.Clothing.Components
{
[RegisterComponent]
[ComponentReference(typeof(IActivate))]
[ComponentReference(typeof(SharedMagbootsComponent))]
public sealed class MagbootsComponent : SharedMagbootsComponent, IActivate
{
[ComponentDependency] private SharedItemComponent? _item = null;