Rat king tweaks (#9000)

This commit is contained in:
Kara
2022-06-21 07:00:11 -07:00
committed by GitHub
parent 849b794489
commit 8d18d733b8
5 changed files with 18 additions and 3 deletions

View File

@@ -12,6 +12,12 @@
[ViewVariables]
public EntityUid? Pulling { get; set; }
/// <summary>
/// Does this entity need hands to be able to pull something?
/// </summary>
[DataField("needsHands")]
public bool NeedsHands = true;
protected override void Shutdown()
{
EntitySystem.Get<SharedPullingStateManagementSystem>().ForceDisconnectPuller(this);