[1.7.4] Dominant Will no longer gives experience for the dominated creature dying

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Post Reply
Message
Author
minmay
Wyrmic
Posts: 286
Joined: Fri Sep 07, 2012 1:34 am
Contact:

[1.7.4] Dominant Will no longer gives experience for the dominated creature dying

#1 Post by minmay »

Dominant Will is meant to give experience to the player when the dominated actor collapses (or is killed by the player). However, this line in mod.class.Actor.worthExp():

Code: Select all

if self.summoner then return 0 end
prevents it from doing so.
Perhaps add a "summon_give_xp" field?

Post Reply