Skip to content

Commit

Permalink
#1352 link ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRQ committed Sep 22, 2020
1 parent bd3f93a commit 7e2ae83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/Quest/MonsterDialogMoM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public static void Defeated(Quest.Monster monster)
// Trigger defeated event by spawn name
game.quest.eManager.EventTriggerType("Defeated" + monster.spawnEventName);

// fix #982
// fix #982 and #1352
if (game.quest.phase == Quest.MoMPhase.monsters && Game.Get().quest.eManager.currentEvent == null)
{
Game.Get().roundControl.MonsterActivated();
Expand Down

0 comments on commit 7e2ae83

Please sign in to comment.