diff --git a/osrs/interfaces/handlers/gear_layout.simba b/osrs/interfaces/handlers/gear_layout.simba index 6d422a6..4633a62 100644 --- a/osrs/interfaces/handlers/gear_layout.simba +++ b/osrs/interfaces/handlers/gear_layout.simba @@ -197,6 +197,11 @@ begin begin if Self.Equipped[slot] = Self.Gear.Items[slot] then Continue; + + case Self.Gear.Items[slot] of + 'Nothing', 'Anything': Continue; + end; + if Inventory.Items.Contains(Self.Gear.Items[slot]) then Continue;