Skip to content

Commit 725b002

Browse files
authored
Merge pull request #115 from jacz24/patch-4
Removed unused inventory slots and items from shop interface
2 parents 533e4f4 + e95d891 commit 725b002

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

osrs/interfaces/mainscreen/shop.simba

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ Main record to interact with the {ref}`Shop` interface.
2626
Slots: TRSSlotInterface;
2727
Items: TRSItemInterface;
2828

29-
InventorySlots: TRSSlotInterface;
30-
InventoryItems: TRSItemInterface;
31-
3229
Bounds, SlotsArea, InfoBox: TBox;
3330
SlotBoxes, InventorySlotBoxes: TBoxArray;
3431

0 commit comments

Comments
 (0)