SnipUndercover / SharpCutscenes

[WIP] The middle-ground between Lua Cutscenes and code modding
0 stars 0 forks source link

Followers don't persist through teleports #1

Open GamationOnGithub opened 3 months ago

GamationOnGithub commented 3 months ago

Also an issue in base lua cutscenes. Golden and regular berries (and presumably keys, though those are not yet tested) don't persist through teleports though they should. Current code for tps is just a copy of the Lua Cutscenes impl so it inherits the bug from there, will update this issue if it is fixed in Lua Cutscenes.

SnipUndercover commented 3 months ago

Adjusted the instant teleport handler to account for that, but still needs testing. Will close once I can confirm it works.