Fixes an incorrect flag in Morrigan's dialogue tree which makes players who have Morrigan's approval too high unable to unlock the Shapeshifter specialization without buying the manual.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Credit to https://dragonage.fandom.com/wiki/User:Valentinian for finding out about the flag mistake. (https://dragonage.fandom.com/wiki/Talk:Shapeshifter)
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
TL;DR: Fixes an incorrect flag in Morrigan's dialogue tree which makes players who have Morrigan's approval too high unable to unlock the Shapeshifter specialization without buying the manual.
This mod doesn't change anything else about Morrigan's dialogue. If you're looking for that, try out the Morrigan Restoration Patch, which greatly expands Morrigan's dialogue. I'm a bit of a purist, so I wanted the bug fix without the rest of the changes.
The reason the bug happens is a confusingly named flag in Morrigan's dialogue: MORRIGAN_DEFINED_IS_NOT_WARM_OR_INTERESTED. The folks at BioWare missed the "NOT" in the flag name and checked if MORRIGAN_DEFINED_IS_NOT_WARM_OR_INTERESTED == true. This, of course, means that if Morrigan is warm to or interested in the player she will refuse to teach the player (or Wynne) how to be a shapeshifter.
This is obviously unintended, as her cited reason for not teaching the specialization is that she "doesn't know the player well enough", even with max approval AND being in a romantic relationship with the player.
INSTALLATION:
To install, unzip the contents of the 7z file into packages/core/override. Morrigan will now teach shapeshifting if her approval is "warm/care" or above (51+).