• 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

SR 5th ed. Bug: Vision Enhancement missing skript for display

Thrawn21

Member
Hello,

the Vision Enhancement is not adding its rating to Perception like the Audio Enhancement is doing.
Looking in the Editor, "mdVisEnhan" is lacking the script part to display the adjustment in the Perception mouse over.

Adding the following eval script fixed the problem:
Phase: Traits
Timing: After script "Calc grRating Final"
Code:
      doneif (activated = 0)
      
      if (parent.field[grIsEquip].value <> 0) then
        if (tagis[Equipment.WirelessOn] <> 0) then
          perform #dicepool[spPerVisu,+,field[grRating].value,""]
        endif
      endif

Would be nice if it could be edited in the core game files.

Best regards,
Thrawn

EDIT:
Not sure if it is possible add the addition of the limit as well, did not find the right field.
PS: Audioenhancement is missing wireless ON/OFF check as well.
 
Last edited:
Back
Top