Gems increasing stats
Posted: Tue Sep 28, 2010 7:47 pm
I was surprised that the stat increasing gems did not increase constitution. I checked in the source file and I found:
I suspect the duplication of Stats.STAT_CUN to be a typo...
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, } },