Currently kills by the dominated thrall will not give the player experience. It is a simple matter to add the following code to EFF_DOMINANT_WILL's activate function, but the question is should it? I think yes, but maybe there is debate.
Code: Select all
self.summoner = eff.src
self.summoner_gain_exp=true
EDIT: Alternatively there could be some code in the game.party:addMember that automatically sets these variables?