2026/01/12 Update 2
Fixed Hidden Talent. Potions are usable w/ Tenser's Transformation. Defaulted to Fire damage for Dragon breath. Corrected Dragonfire Channeling TLK entry.
This commit is contained in:
@@ -64,8 +64,10 @@ void main()
|
||||
// Handle Hidden Talent
|
||||
if(GetHasFeat(FEAT_HIDDEN_TALENT, oPC) && !GetPersistantLocalInt(oPC, "HiddenTalentChosen"))
|
||||
{
|
||||
if(DEBUG) DoDebug("prc_levelup: Entering Hidden Talent Branch");
|
||||
// Trigger Hidden Talent power selection conversation
|
||||
AssignCommand(oPC, ActionStartConversation(oPC, "hidden_talent_cv", TRUE, FALSE));
|
||||
//DelayCommand(0.5, ExecuteScript("psi_hidntalent", oPC));
|
||||
DelayCommand(1.0f, StartDynamicConversation("ft_hidntalent_ft", oPC, DYNCONV_EXIT_ALLOWED_SHOW_CHOICE, TRUE, FALSE, oPC));
|
||||
}
|
||||
|
||||
// Execute scripts hooked to this event for the player triggering it
|
||||
|
||||
Reference in New Issue
Block a user