Skip to content

Commit

Permalink
Update CrucibleOfSteelAndFlame.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-dev authored Dec 13, 2024
1 parent 20e9004 commit fc0697a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tower/Paragons/VanillaParagons/CrucibleOfSteelAndFlame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BTD6Rogue;

public class ApexPlasmaMaster : RogueParagon {
public override string DisplayName => "Apex Plasma Master";
public override string BaseTowerId => TowerType.DartMonkey;
public class CrucibleOfSteelAndFlame : RogueParagon {
public override string DisplayName => "Crucible of Steel and Flame";
public override string BaseTowerId => TowerType.TackShooter;
}

0 comments on commit fc0697a

Please sign in to comment.