rvazarkar / NGUInjector

Apache License 2.0
27 stars 31 forks source link

Quick fix for ITOPOD shifter #65

Closed ingwarsw closed 3 years ago

ingwarsw commented 3 years ago

In your max ITOPOD level its like this.. controller.itopodLevel == Main.Character.adventure.highestItopodLevel - 1

Or in other words.. you need to start from 1 level lower that you max was on.. (which is correct)

Now also climb to max level possible in one go..