Allow pulling while buckled (#18520)

This commit is contained in:
metalgearsloth
2023-08-05 04:47:52 +10:00
committed by GitHub
parent d6d1339d18
commit aa5ed56d65
2 changed files with 14 additions and 11 deletions

View File

@@ -306,7 +306,7 @@ public abstract partial class SharedBuckleSystem
AppearanceSystem.SetData(strapUid, StrapVisuals.State, true);
Dirty(strapComp);
Dirty(strapUid, strapComp);
return true;
}