X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Ftracker.js;fp=resources%2Fjs%2Fhelpers%2Ftracker.js;h=4f44d3c50d3b4fac23f28a157fe5f662004fd4e9;hb=69d9cc4f72b11616642a364827c096ed80e666c7;hp=944da918fecc127eea6954aed187b850895c205e;hpb=a856fe4599ff2e81dbee19290abe3c11b2003981;p=alttp.git diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 944da91..4f44d3c 100644 --- a/resources/js/helpers/tracker.js +++ b/resources/js/helpers/tracker.js @@ -1940,6 +1940,9 @@ export const mergeStates = (autoState, manualState) => { next['tr-medallion'] = manualState['tr-medallion']; next['gt-crystals'] = manualState['gt-crystals']; next['ganon-crystals'] = manualState['ganon-crystals']; + next['gt-bot-boss'] = manualState['gt-bot-boss']; + next['gt-mid-boss'] = manualState['gt-mid-boss']; + next['gt-top-boss'] = manualState['gt-top-boss']; //console.log(next); return next; };