sorcery  Diff

Differences From Artifact [de4da8497e]:

To Artifact [43b3147bb9]:


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
			-- start dripping immediately to indicate the tree is alive
			tapdrip(tree.def.sapliq, where.above)
		end

		stack:take_item(1)
		return stack
	end;
	on_screwdriver = function() return false end;
	_sorcery = {
		recipe = {
			note = 'Extract syrups and oils from trees';
		};
	};
})








|







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
			-- start dripping immediately to indicate the tree is alive
			tapdrip(tree.def.sapliq, where.above)
		end

		stack:take_item(1)
		return stack
	end;
	on_rotate = function() return false end;
	_sorcery = {
		recipe = {
			note = 'Extract syrups and oils from trees';
		};
	};
})