Skip to content

Commit 1d29811

Browse files
committed
Fixed bug that made snowstorm protection's effect permanent
1 parent 71f1b8e commit 1d29811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClassCards.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ internal class SnowstormProtection : ICard
246246

247247
public IMinion[]? Summons { get; } = null;
248248

249-
public bool HasDeactivate { get; } = false;
249+
public bool HasDeactivate { get; } = true;
250250

251251
//Constructor
252252

0 commit comments

Comments
 (0)