Fix stripping window for more than 2 hands (#37577)

This commit is contained in:
slarticodefast
2025-06-08 00:23:46 +02:00
committed by GitHub
parent 9cb1a669d6
commit a1173e3c27
2 changed files with 30 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Client.Strip
public sealed class StrippingMenu : DefaultWindow
{
public LayoutContainer InventoryContainer = new();
public BoxContainer HandsContainer = new() { Orientation = LayoutOrientation.Horizontal };
public LayoutContainer HandsContainer = new();
public BoxContainer SnareContainer = new();
public bool Dirty = true;