Roller Skates (#20257)
* adds roller skates * removed hascomp and changed addcomp to ensurecomp, modified to _random, _stun * remove icon from type: sprite * sorted dependencies * skates no longer added skater component to user, movmeentspeedmodifier and damagehighspeedimpact had access removed. * fixes * fixes
This commit is contained in:
9
Content.Shared/Clothing/Components/SkatesComponent.cs
Normal file
9
Content.Shared/Clothing/Components/SkatesComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Clothing;
|
||||
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent]
|
||||
public sealed partial class SkatesComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user