Page 1 of 1

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

Posted: Sat Sep 18, 2021 7:05 pm
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?