Send a custom event before talisman crafting

This commit is contained in:
Eddoursul 2022-08-22 21:06:51 +02:00
parent a0f3197354
commit bb3adbf9b9
2 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Bool Function _ShowMainMenu()
phasmalistControlQuest.AddEnchantmentItem() phasmalistControlQuest.AddEnchantmentItem()
ReleaseApparition() ReleaseApparition()
if ! self.IsFurnitureInUse() if ! self.IsFurnitureInUse()
self.SendModEvent("Enderal_StartCrafting") self.SendModEvent("Enderal_StartCreateTalisman")
endif endif
self.activate(PlayerREF, true) self.activate(PlayerREF, true)
GoToState("") GoToState("")