Differences From Artifact [4ea63112cb]:
- File wands.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 24226) [annotate] [blame] [check-ins using]
To Artifact [54442c247e]:
- File wands.lua — part of check-in [65759dbfde] at 2020-08-30 22:47:46 on branch trunk — updates (user: lexi, size: 24260) [annotate] [blame] [check-ins using]
410 410 }; 411 411 inventory_image = basis.img.whole:render(); 412 412 groups = { 413 413 tool = 1; 414 414 sorcery_wand = 1; 415 + not_in_creative_inventory = 1; 415 416 }; 416 417 node_dig_prediction = ""; 417 418 on_use = wand_cast; 418 419 on_secondary_use = function(stack,user,target) 419 420 return wand_cast(stack,user,nil)