Page 1 of 1

Gems increasing stats

Posted: Tue Sep 28, 2010 7:47 pm
by ghostbuster
I was surprised that the stat increasing gems did not increase constitution. I checked in the source file and I found:

Code: Select all

newGem("Opal",		"object/.png",	2,	10,	"blue",		10,	20, 2, 35,
	{ inc_stats = { [Stats.STAT_STR] = 2, [Stats.STAT_DEX] = 2, [Stats.STAT_MAG] = 2, [Stats.STAT_WIL] = 2, [Stats.STAT_CUN] = 2, [Stats.STAT_CUN] = 2, } },
I suspect the duplication of Stats.STAT_CUN to be a typo...

Re: Gems increasing stats

Posted: Tue Sep 28, 2010 8:43 pm
by madmonk
Yes, that would explain why I don't see them there...

Re: Gems increasing stats

Posted: Tue Sep 28, 2010 9:01 pm
by darkgod
Fixed!

Re: Gems increasing stats

Posted: Tue Sep 28, 2010 9:04 pm
by Taxorgian
I thought it was intentional but apparently it wasn't. GIMME MORE HP DARKGOD! :lol:

Re: Gems increasing stats

Posted: Tue Sep 28, 2010 9:42 pm
by Final Master
Huh, I thought it was intentional too. I can't think of too many reasons why a ring would increase your health, but alright. Goodie!