You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only partially fixed by #33292
In case someone wants to fix minimal blindness level not updating when changing it using VV, this can probably be accomplished by:
Giving PermanentBlindnessComponent the AutoGenerateComponentState attribute
Giving its Blindness datafield the AutoNetworkedField attribute
Calling SetMinDamage the same way it is done in OnMapInit in a ComponentHandleState subscription to update the blindness level after the datafield has been changed.
Description
Changing the blindness value will not change their vision to that level, removing the component will not restore their vision
Reproduction
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: