Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Oct 18, 2024
1 parent a7772ab commit a45e334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BossMod/QuestBattle/Stormblood/MSQ/ItsProbablyATrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ enum SID : uint
private bool SmokeBomb;

public override List<QuestObjective> DefineObjectives(WorldState ws) => [
new QuestObjective(ws)
.With(obj => obj.Update += () => obj.CompleteIf(World.Client.DutyActions[0].Action.ID == 7816)),

// have to walk up the stairs to trigger dialogue
new QuestObjective(ws)
.WithConnection(new Vector3(-80.82f, -3.00f, 46.31f))
Expand Down

0 comments on commit a45e334

Please sign in to comment.