Possible bug: Thought-Forms and Blighted Summoning

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
MFiske
Posts: 3
Joined: Wed May 16, 2018 12:48 am

Possible bug: Thought-Forms and Blighted Summoning

#1 Post by MFiske »

I've discovered something I believe to be a bug.

Solipsist's Thought-Forms, when summoned, do not increment the times_summoned counter which means they cannot qualify for the blighted summoning prodigy. Since the Flame of Urh'Rok talent is granted to Thought-Forms, it seems that the thought forms talent should count towards blighted summoning's prerequisites.

The recipe for recreation of this bug would be to summon Thought-Forms 100 times in a game (or reduce the summoning requirement total to a more manageable number), and see that the character does not get the Flame of Urh'Rok talent.

I looked through the source code, and it appears as though adding the line “self:attr(“summoned_times”,1)” to the setupThoughtForm function within t-engine4\game\modules\tome\data\talents\psionic\thought-forms.lua would allow the summoning could be counted, so the character would be able to get Flame of Urh'Rok after the 100th summon.

Post Reply