sorcery  Diff

Differences From Artifact [ba37716134]:

To Artifact [c432830d8f]:


    22     22   		end;
    23     23   		infusion = 'sorcery:grease_pine';
    24     24   	};
    25     25   	Rapidity = {
    26     26   		color = {183,28,238}; qual = 'speed';
    27     27   		apply = inc('speed');
    28     28   		describe = function(potion)
    29         -			return 'good', 'Quickened', 'This potion will take effect more quiclkly and easily'
           29  +			return 'good', 'quickened', 'This potion will take effect more quickly and easily'
    30     30   		end;
    31     31   		infusion = 'sorcery:liquid_sap_acacia_bottle';
    32     32   	};
    33     33   	Purity = {
    34     34   		color = {244,255,255}; qual = 'purity';
    35     35   		apply = inc('purity');
    36     36   		describe = function(potion)
    37         -			return 'good', 'purified', 'This potion\'s impurities and undesirable side effects are diminished or eliminated'
           37  +			return 'good', 'purified', 'This potion\'s impurities and undesirable qualities are diminished or eliminated'
    38     38   		end;
    39     39   		infusion = 'sorcery:oil_purifying';
    40     40   	};
    41     41   	Beauty = {
    42     42   		color = {255,20,226}; qual = 'beauty';
    43     43   		apply = inc('beauty');
    44     44   		describe = function(potion)