Skip to content

Commit f9c0627

Browse files
Merge pull request #829 from ProjectStarlight/unstablecapacitor
Implemented Unstable Capacitator
2 parents 2ff4ccf + 18df794 commit f9c0627

6 files changed

Lines changed: 662 additions & 1 deletion

File tree

615 Bytes
Loading

Assets/Noise/ElectricNoise.png

64 KB
Loading

Content/GUI/Tooltip.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static void SetColor(Color color)
5757

5858
public override void Draw(SpriteBatch spriteBatch)
5959
{
60-
if (text is null || text.Length <= 0)
60+
if (text is null || text.Length <= 0 || tooltip is null)
6161
return;
6262

6363
ReLogic.Graphics.DynamicSpriteFont font = Terraria.GameContent.FontAssets.MouseText.Value;

0 commit comments

Comments
 (0)