I made a couple of tests with the Stats Through Skills mod (game version is now ga3972cc compiled on Ubuntu with tiles). Even though I start a character with stats different than 8/8/8/8 and wait until midnight, my stats don’t change and no message appear. I’m very new to the game and don’t know (yet) how it works internally but it seems to me from the mod lua code that a message should appear at midnight :
[code]–Increasing stats by skill
local MOD = {}
mods[“StatsThoughSkills”] = MOD
function MOD.on_day_passed()
game.add_msg(“Calculating new stats based off skills”)
…[/code]