Fix bug circular saw

This commit is contained in:
Jat15
2013-12-23 23:59:46 +01:00
父節點 0e63715989
當前提交 6c4af19353

查看文件

@@ -254,7 +254,7 @@ circular_saw.on_metadata_inventory_take = function(pos, listname, index, stack,
circular_saw.update_inventory(pos, -1 * cost);
elseif(listname=="mikro") then
elseif(listname=="micro") then
-- Each microblock costs 1 microblock
circular_saw.update_inventory(pos, -1 * 1 * stack:get_count());