Page 1 of 1

[1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 8:55 pm
by visage
The character currently cruising through Madness thanks to living a Suffused Ancestral Life just hit 36... and did not received a category point.

Re: [1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 9:08 pm
by Snarvid
They come at 34 now, did you spend it already?

Re: [1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 9:12 pm
by visage
Snarvid wrote:They come at 34 now, did you spend it already?
They do? The following suggests to me that it's still at 36.

Code: Select all

			-- At levels 10, 20 and 36 and then every 30 levels, we gain a new talent type
			if c_data.last_level == 10 or c_data.last_level == 20 or c_data.last_level == 36 or (c_data.last_level > 50 and (c_data.last_level - 6) % 30 == 0) then
				self.unused_talents_types = self.unused_talents_types + 1
			end

Re: [1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 9:15 pm
by visage
Ah, I see, there's duplicate code elsewhere that now uses 34.

I presumably did in fact spend the point at 34 and forgot that between whenever the character hit 34 and today. ...and now that I stop to think about it, it's clear that the character has the right number of categories unlocked.

Carry on, nothing to see here. :)

Re: [1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 9:18 pm
by Snarvid
Dat sux. Sorry visage, you really threaded the needle to catch that one just wrong.

Re: [1.6.4] Did not receive category point at 36

Posted: Tue Dec 10, 2019 9:33 pm
by visage
Snarvid wrote:Dat sux. Sorry visage, you really threaded the needle to catch that one just wrong.
Never fear, I was merely confused. :)

Of course, given that the character seems to be benefiting from what looks like an enormous bug in Ancestral Life (namely that any heal at all sets your energy to at minimum a full game turn), I expect they'd be able to sail through to the end of Madness even without a category point. :p