# HG changeset patch # User James D. Callahan III # Date 1359393054 21600 # Node ID 9dca914cbd13d06b468d91ff533d09344b7e1b76 # Parent 62434c87d375d2089b651baa914319301a936312 Added debug print for currency looting. diff -r 62434c87d375 -r 9dca914cbd13 Main.lua --- a/Main.lua Fri Jan 25 16:37:13 2013 -0600 +++ b/Main.lua Mon Jan 28 11:10:54 2013 -0600 @@ -1634,6 +1634,7 @@ -- elseif slot_type == _G.LOOT_SLOT_MONEY then -- table.insert(current_action.loot_list, ("money:%d"):format(_toCopper(item_text))) elseif slot_type == _G.LOOT_SLOT_CURRENCY then + Debug(("Found currency: %s"):format(icon_texture)) table.insert(current_loot.list, ("currency:%d:%s"):format(quantity, icon_texture:match("[^\\]+$"):lower())) end end