Fixes (#289)
* - fix: Ling fixes. * - fix: Fix ghasp identity. * - fix: Low temp slowdown fix. * - fix: Crossbow fix. * - fix: Fix gamerules. * - fix: Fix shadow shackles. * - fix: Cleanup refund. * - fix: Can't pry runic door. * - fix: Fix crash. * - fix: Fix mood. * - fix: Fix dictionary.
This commit is contained in:
@@ -776,6 +776,13 @@ namespace Content.Shared.Cuffs
|
||||
cuff.Removing = false;
|
||||
}
|
||||
|
||||
// WD START
|
||||
public static void SetUsed(HandcuffComponent cuffs, bool used)
|
||||
{
|
||||
cuffs.Used = used;
|
||||
}
|
||||
// WD END
|
||||
|
||||
#region ActionBlocker
|
||||
|
||||
private void CheckAct(EntityUid uid, CuffableComponent component, CancellableEntityEventArgs args)
|
||||
@@ -815,4 +822,4 @@ namespace Content.Shared.Cuffs
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user