@@ -52,9 +52,8 @@ ::foundmetal:: if not inv:is_empty('gem') then local id = slot_gem:get_name() for name,gem in pairs(sorcery.data.gems) do - print('scanning gem',name,dump(gem)) if gem.foreign then if id == gem.foreign then gemname = name else goto skip end else @@ -66,9 +65,8 @@ ::skip::end end coincount = coincount * coins_per_ingot - print('names',coinname,gemname) local coinname = 'sorcery:coin_' .. metalname .. ((gemname and '_' .. gemname) or '')