Differences From Artifact [de4da8497e]:
- File tap.lua — part of check-in [1276138728] at 2021-07-05 00:59:06 on branch trunk — add Mundanity spell, bug fixes (user: lexi, size: 5387) [annotate] [blame] [check-ins using]
To Artifact [43b3147bb9]:
- File tap.lua — part of check-in [6e7b450ec7] at 2021-07-05 16:47:11 on branch trunk — add new god, add idol crafting recipes, fix bugs (user: lexi, size: 5382) [annotate] [blame] [check-ins using]
42 42 -- start dripping immediately to indicate the tree is alive 43 43 tapdrip(tree.def.sapliq, where.above) 44 44 end 45 45 46 46 stack:take_item(1) 47 47 return stack 48 48 end; 49 - on_screwdriver = function() return false end; 49 + on_rotate = function() return false end; 50 50 _sorcery = { 51 51 recipe = { 52 52 note = 'Extract syrups and oils from trees'; 53 53 }; 54 54 }; 55 55 }) 56 56