• 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

M&M 3rd ed. Small Environment error

JDRook

Well-known member
Environment has an area effect of 30' radius at rank 1, but it's displaying 60'. I assume this may have been confused since 60' is rank 1 distance. I imagine this won't be too hard to adjust.
 
Confirmed, found, and debugged. Just replace its one-line eval script with the following:

Code:
field[pwInfo].text = "Radius: " & #dist[field[pwRanks].value-1]

The radius values in the power description match up with rank -1 instead of rank. Rank 1 power = 30 feet = rank 0 distance; rank 20 = 2000 miles = rank 19 distance.
 
Last edited:
Back
Top