sorcery  Diff

Differences From Artifact [4ea63112cb]:

To Artifact [54442c247e]:


   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)