mirror of
https://github.com/Zoinkwiz/quest-helper.git
synced 2025-12-23 22:48:29 -05:00
fix: Handle weather step for proximity (#2480)
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
package com.questhelper.helpers.activities.charting;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.questhelper.helpers.activities.charting.steps.ChartingWeatherStep;
|
||||
import com.questhelper.questhelpers.QuestHelper;
|
||||
import com.questhelper.requirements.Requirement;
|
||||
import com.questhelper.requirements.runelite.RuneliteRequirement;
|
||||
@@ -86,6 +87,10 @@ public class ChartingConditionalStep extends ReorderableConditionalStep
|
||||
{
|
||||
detailedStep = (DetailedQuestStep) ((PuzzleWrapperStep) step).getSolvingStep();
|
||||
}
|
||||
else if (step instanceof ChartingWeatherStep)
|
||||
{
|
||||
detailedStep = ((ChartingWeatherStep) step).getTalkToNpcStep();
|
||||
}
|
||||
else
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user