Add headbutting open airlocks when you have no hands (#1433)

This commit is contained in:
DrSmugleaf
2020-07-20 16:03:05 +02:00
committed by GitHub
parent 20ca4ccd4a
commit 8e1ecb5476
3 changed files with 15 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ namespace Content.Server.GameObjects
// Mostly arbitrary.
public const float PickupRange = 2;
[ViewVariables] public int Count => _orderedHands.Count;
public override void ExposeData(ObjectSerializer serializer)
{
base.ExposeData(serializer);