Zenithrium / vanillaVoid

Adds more void items for vanilla items.
4 stars 3 forks source link

Clockwork Mechanism variations that increase Director Credits do not work in Simulacrum #23

Closed WolfoIsBestWolf closed 11 months ago

WolfoIsBestWolf commented 11 months ago

RoR2.InfiniteTowerRun.OnPrePopulateSceneServer does a big "credits = 600" after the normal PrePopulate that you hook into so you gotta hook into this one too and do the multiplier/additions again.

On.RoR2.InfiniteTowerRun.OnPrePopulateSceneServer += (orig, self, sceneDirector) => { orig(self, sceneDirector); //Your code here };

Zenithrium commented 11 months ago

oh okay, thanks for pointing that out! i'll update tonight hopefully

Zenithrium commented 11 months ago

should be fixed in 1.5.10!