sorcery  Diff

Differences From Artifact [c432830d8f]:

To Artifact [c6ee9bea3b]:


    24     24   	};
    25     25   	Rapidity = {
    26     26   		color = {183,28,238}; qual = 'speed';
    27     27   		apply = inc('speed');
    28     28   		describe = function(potion)
    29     29   			return 'good', 'quickened', 'This potion will take effect more quickly and easily'
    30     30   		end;
    31         -		infusion = 'sorcery:liquid_sap_acacia_bottle';
           31  +		infusion = 'sorcery:oil_wind';
    32     32   	};
    33     33   	Purity = {
    34     34   		color = {244,255,255}; qual = 'purity';
    35     35   		apply = inc('purity');
    36     36   		describe = function(potion)
    37     37   			return 'good', 'purified', 'This potion\'s impurities and undesirable qualities are diminished or eliminated'
    38     38   		end;