A bug with the Way of Life DLC.
When you gain the Great Warrior modifier, you still keep the Warrior modifier. If you choose to gain the Duelist trait, you lose the Great Warrior modifier, but you still keep the Warrior modifier.
I looked at the code, and I think I've found the problem. There's no break line after adding the Great Warrior modifier and removing Warrior, so when you get Great Warrior, the game then immediately checks to see if you have Warrior, sees that you do not, and adds it. If this is so, then this modifier isn't removed when promoted to Duelist because it isn't supposed to be there, so there's no check for it. This theory seems to be supported by the fact that, when you get Great Warrior, the Warrior modifier is moved to Great Warrior's immediate right in the Modifier list from its original position.
When you gain the Great Warrior modifier, you still keep the Warrior modifier. If you choose to gain the Duelist trait, you lose the Great Warrior modifier, but you still keep the Warrior modifier.
I looked at the code, and I think I've found the problem. There's no break line after adding the Great Warrior modifier and removing Warrior, so when you get Great Warrior, the game then immediately checks to see if you have Warrior, sees that you do not, and adds it. If this is so, then this modifier isn't removed when promoted to Duelist because it isn't supposed to be there, so there's no check for it. This theory seems to be supported by the fact that, when you get Great Warrior, the Warrior modifier is moved to Great Warrior's immediate right in the Modifier list from its original position.
Upvote
0