From aadc00f0b35daf34f6101484d6a8621380fd7240 Mon Sep 17 00:00:00 2001 From: Ny Bruker <robinhs@stud.ntnu.no> Date: Fri, 14 Oct 2022 20:21:02 +0200 Subject: [PATCH] Added to-do entry. --- MrBigsock/Assets/Code/Item/Inventory.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MrBigsock/Assets/Code/Item/Inventory.cs b/MrBigsock/Assets/Code/Item/Inventory.cs index 7cb54a3b..b9b552cc 100644 --- a/MrBigsock/Assets/Code/Item/Inventory.cs +++ b/MrBigsock/Assets/Code/Item/Inventory.cs @@ -429,6 +429,7 @@ namespace BigSock.Item { ToDo: - SectionCap.set => Shrink. - Way to extract abilities from the tools. + - Add way to check what inactive slot an item is ment for. */ } -- GitLab