Search found 1 match
- Sun May 15, 2016 5:48 pm
- Forum: Mods
- Topic: [Factorio 0.14.x] Curse Exp And Cursed Classes
- Replies: 17
- Views: 24651
Re: [Factorio 0.12.12] Curse Exp
To fix the console spam. Go to scipt on_tick.lua Search for this line: game.player.print(( talents[5][4].now / 200 + (stats.defence.level * datos.resDefence) / 100) * 60 * 3) And delete it. It took me two hours of searching around to get this one out. It might have some function in game, but none th...