This commit is contained in:
2025-04-13 00:17:22 +09:00
parent bd8c2c19c0
commit 388b25ca6b

View File

@@ -79,7 +79,6 @@ function Selection.start(player, selection_name, single_use, ...)
if player.character then if player.character then
player.character_inventory_slots_bonus = player.character_inventory_slots_bonus + 1 player.character_inventory_slots_bonus = player.character_inventory_slots_bonus + 1
end end
local inventory = player.get_main_inventory() local inventory = player.get_main_inventory()
if inventory then if inventory then
player.hand_location = { inventory = inventory.index, slot = #inventory } player.hand_location = { inventory = inventory.index, slot = #inventory }