This commit is contained in:
2025-01-09 23:51:34 +09:00
parent 82e858975b
commit 965c1c7712

View File

@@ -382,7 +382,6 @@ local function handle_input_interfaces()
end end
if count_deduct and count_add then if count_deduct and count_add then
game.print(count_add)
if config.allowed_items[name].modded then if config.allowed_items[name].modded then
if config.modded_auto_downgrade then if config.modded_auto_downgrade then
vlayer.insert_item(config.modded_items[name].base_game_equivalent, count_add * config.modded_items[name].multiplier) vlayer.insert_item(config.modded_items[name].base_game_equivalent, count_add * config.modded_items[name].multiplier)