diff --git a/scripts/_00e_theriantrophist_alchemycontrol.pex b/scripts/_00e_theriantrophist_alchemycontrol.pex index 65604a41..c9ad14ab 100644 Binary files a/scripts/_00e_theriantrophist_alchemycontrol.pex and b/scripts/_00e_theriantrophist_alchemycontrol.pex differ diff --git a/source/scripts/_00e_theriantrophist_alchemycontrol.psc b/source/scripts/_00e_theriantrophist_alchemycontrol.psc index 7ffccf77..39bd250c 100644 --- a/source/scripts/_00e_theriantrophist_alchemycontrol.psc +++ b/source/scripts/_00e_theriantrophist_alchemycontrol.psc @@ -381,9 +381,9 @@ Function _UpdateNQ11(Potion newPotion) If bDoneChymikum && bDoneDarkBlood _SetNewStageNQ11(17) - ElseIf bDoneChymikum - _SetNewStageNQ11(15) ElseIf bDoneDarkBlood + _SetNewStageNQ11(15) + ElseIf bDoneChymikum _SetNewStageNQ11(16) EndIf EndIf