Auto-equip the meditation shout after adding

This commit is contained in:
Eddoursul 2024-02-13 18:25:57 +01:00
parent 9492b7d35b
commit 8c7c54aa4f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -61,6 +61,7 @@ function SetupPlayer()
_00E_MQP03_Thoughts01.ShowAsHelpMessage("Empty", 5, 1, 1) _00E_MQP03_Thoughts01.ShowAsHelpMessage("Empty", 5, 1, 1)
Game.SetInCharGen(false, true, false) Game.SetInCharGen(false, true, false)
PlayerREF.AddShout(_00E_Class_Meditate) PlayerREF.AddShout(_00E_Class_Meditate)
PlayerREF.EquipShout(_00E_Class_Meditate)
Game.UnlockWord(_00E_Class_ClassMenuWord) Game.UnlockWord(_00E_Class_ClassMenuWord)
Game.TeachWord(_00E_Class_ClassMenuWord) Game.TeachWord(_00E_Class_ClassMenuWord)
_00E_MQP03_sMemoryPointGained.Show(1) _00E_MQP03_sMemoryPointGained.Show(1)