_00E_Theriantrophist_AlchemyControl: somehow, named argument did not work as intended, replaced with just value

This commit is contained in:
Eddoursul 2022-08-11 01:01:14 +02:00
parent 53b5d3bc08
commit 1495c475b5
2 changed files with 1 additions and 1 deletions

View File

@ -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