Make CuffableComponent and CuffableSystem not Crash (Hopefully) (#39123)
* This system is ancient * Destroy that API * Address reviews * Destroy merge conflicts from orbit * seems to work fine --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3d095c8eed
commit
04b71d8203
@@ -24,12 +24,6 @@ public sealed partial class CuffableComponent : Component
|
||||
[ViewVariables]
|
||||
public int CuffedHandCount => Container.ContainedEntities.Count * 2;
|
||||
|
||||
/// <summary>
|
||||
/// The last pair of cuffs that was added to this entity.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public EntityUid LastAddedCuffs => Container.ContainedEntities[^1];
|
||||
|
||||
/// <summary>
|
||||
/// Container of various handcuffs currently applied to the entity.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user