FunkFrog / ShareSuite

Risk of Rain 2 Item, Money, & Equipment sharing mod build upon BepInEx
https://thunderstore.io/package/FunkFrog-and-Sipondo/ShareSuite/
GNU General Public License v3.0
39 stars 26 forks source link

Bugfix interactablescaling #57

Closed Sipondo closed 4 years ago

Sipondo commented 4 years ago

Several fixes in typos and whatnot. Fix readme to not list experimental mode anymore. Implement the fix that Elysium proposed.

TheRealElysium commented 4 years ago

interactableCredit = component.sceneDirectorInteractibleCredits; must go before interactableCredit = (int) (interactableCredit / creditModifier); otherwise we are overwriting creditModifier transform

Sipondo commented 4 years ago

interactableCredit = component.sceneDirectorInteractibleCredits; must go before interactableCredit = (int) (interactableCredit / creditModifier); otherwise we are overwriting creditModifier transform

Fixed with most recent commit.

Sipondo commented 4 years ago

Reviewed by Elysium