Skip to content

Commit

Permalink
feat: Surf n' Surf deathrattle mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Aug 22, 2023
1 parent 687c379 commit 23cb31a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hearthstone Deck Tracker/BobsBuddy/BobsBuddyUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ internal static Minion GetMinionFromEntity(MinionFactory minionFactory, bool pla
case SneedsEnchantment:
minion.AdditionalDeathrattles.Add(GenericDeathrattles.SneedHeroPower);
break;
case NonCollectible.Neutral.SurfnSurf_CrabRidingEnchantment:
minion.AdditionalDeathrattles.Add(GenericDeathrattles.SurfNSurfSpellDeathrattle);
break;
case NonCollectible.Neutral.Brukan_ElementEarth:
minion.AdditionalDeathrattles.Add(GenericDeathrattles.EarthInvocationDeathrattle);
break;
Expand Down

0 comments on commit 23cb31a

Please sign in to comment.