Quote:
Originally Posted by Fatt_Shade
Yes hypnosis you made was really weak Matt 5/10/20% come on why would any1 spend 50 mana to take control of enemy unit 20% of his lds  22/44/66 with intellect bonus will be just right.
|
You know what? The hypnosis spell does not use its power function properly.
Typically, each spell has a function to compute its power (pwr_spell_name_attack) and then the hint uses that function to show its values.
Well, as it turns out, hypnosis wasn't using its hint, so it was not even working properly! Looks like the developers didn't link the cell selection function to the spell's power function.
So, obviously, I'm going to fix it, but I'll have to check it to see what it was really doing since the unit selection script (calccells_hypnosis) was doing its own thing!
So even though I had a method for computing its power, it was ignoring what I was doing!
Okay, anyway, just a curious thing about hypnosis in that it wasn't coded properly and I'll fix it then evaluate power values...
/C\/C\