Zaive wrote:Unveil. Yes. That one. Fixed the post above.
The problem is, is that it checks for mind crit inside the projector function, which triggers on each square the attack reaches. In order for it to just crit on the spell itself, you'd need to check for crit outside the projector function and then somehow get the result of that into projector.
It would be fairly easy to make it check for crit on each enemy it hits rather than every square,, but that doesn't really follow with how spells normally work.
Ah. Well, Unveil is an unusual spell. It's already doing new, weird things...what's one more? If you can make it check for crit on each enemy it hits, that'd probably be best.
Also, Dark Exchange is...weird. It's coded, but since it has nothing between the {s, it does nothing, leaving me uncertain what I need to put there to get it to work as intended. Trying to ask around to figure out how to fix it. Outside of that...maybe I'm being too optimistic, but I think it might be in a release-able state sooner then later.
Edit: Talking to Forger on the IRC, and he had this to say on the crit spam:
(Another possible solution was here, which he told me to ignore, sense this one makes more sense)
[16:43] <Forger101> Or even better just move line 188 to above line 182
Gonna give it a try.
