Due to a typo in damage_types.lua on line 448, it is possible for unlimited mind procs per turn.
Also, with the way the limiting check is written, you could have multiple procs from a single hit in one turn.
[1.0.4] Unlimited mind procs
Moderator: Moderator
[1.0.4] Unlimited mind procs
My feedback meter decays into coding. Give me feedback and I make mods.
-
- Uruivellas
- Posts: 744
- Joined: Thu Nov 18, 2010 6:42 pm
Re: [1.0.4] Unlimited mind procs
I assume you're referring to the line
Which should probably be changed to :
Code: Select all
src.turn_procs.turn_procs = true
Code: Select all
src.turn_procs.mind_talent = true
Re: [1.0.4] Unlimited mind procs
yep
My feedback meter decays into coding. Give me feedback and I make mods.