Skip to content

Commit 55bd54d

Browse files
committed
fix(bgs): Free Refresh Counter
1 parent 12089c9 commit 55bd54d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Hearthstone Deck Tracker/Hearthstone/CounterSystem/BgCounters/FreeRefreshCounter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public override void HandleTagChange(GameTag tag, IHsGameState gameState, Entity
3838
if (entity.IsControlledBy(Game.Player.Id) != IsPlayerCounter)
3939
return;
4040

41+
if(entity.GetTag(GameTag.ZONE) == (int)Zone.SETASIDE)
42+
return;
43+
4144
if(tag == GameTag.BACON_FREE_REFRESH_COUNT)
4245
{
4346
Counter = value;

0 commit comments

Comments
 (0)