• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Power Feat - Rapid Attack, possible bug

ivo_shandor

New member
Hey all,
I was putting in my first speedster for M&M and I noticed that the "Rapid Attack" power feat doesn't seem to change radius as the power ranks increase (radius should equal ranks*5 feet).

The script looked right to me, but I am still new to the scripting thing and so may not see the obvious problem. Any thought?
 
Looking over the script for Rapid Attack, I think the problem is that the script is referring to the ranks of the power feat, not the base power. That should fix the problem.
 
ivo_shandor wrote:
>
>
> Hey all,
> I was putting in my first speedster for M&M and I noticed that the
> "Rapid Attack" power feat doesn't seem to change radius as the power
> ranks increase (radius should equal ranks*5 feet).
>
> The script looked right to me, but I am still new to the scripting thing
> and so may not see the obvious problem. Any thought?


This will be fixed in the next version. Fifth is correct, it's using the
rank of the power feat (which has no ranks), not the power like it should.
 
Back
Top