4
Fork 0

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

master
Eddoursul 2 years ago
parent 53b5d3bc08
commit 1495c475b5
  1. BIN
      scripts/_00e_theriantrophist_alchemycontrol.pex
  2. 2
      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

Loading…
Cancel
Save