diff --git a/scripts/_00e_theriantrophist_alchemycontrol.pex b/scripts/_00e_theriantrophist_alchemycontrol.pex index 802bfe51..65604a41 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 1060f96a..7ffccf77 100644 --- a/source/scripts/_00e_theriantrophist_alchemycontrol.psc +++ b/source/scripts/_00e_theriantrophist_alchemycontrol.psc @@ -238,7 +238,7 @@ Function _UpdatePotion(Potion item, Int count) endif GoToState("") ; skip OnItemAdded - PlayerREF.addItem(newPotion, count, abSilent = true) + PlayerREF.AddItem(newPotion, count, true) GoToState("InCrafting") If bRemoveTheriantrophistEffects == False