Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 24, 2024
1 parent 1d16ddf commit 6897547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/_White/Headcrab/HeadcrabComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public sealed partial class HeadcrabComponent : Component
[DataField("jumpAction", required: true, customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
public string JumpAction = "ActionHeadcrabJump";

public EntityUid? WormJumpAction;

[DataField("paralyzeTime"), ViewVariables(VVAccess.ReadWrite)]
public float ParalyzeTime = 3f;

Expand Down

0 comments on commit 6897547

Please sign in to comment.