Skip to content

Commit 1d20b8a

Browse files
committed
cleanup
1 parent cd8baa6 commit 1d20b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Items/Accessories/ExampleClickerAccessory.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using Terraria;
3-
using Terraria.ModLoader;
43
using Terraria.ID;
4+
using Terraria.ModLoader;
55

66
namespace ClickerClassExampleMod.Items.Accessories
77
{
@@ -20,8 +20,8 @@ public override void SetStaticDefaults()
2020
ClickerCompat.RegisterClickerItem(this);
2121

2222
DisplayName.SetDefault("Example Clicker Accessory");
23-
Tooltip.SetDefault("'Big Red Button'" +"\n" +
24-
"20% increased clicker damage" +"\n" +
23+
Tooltip.SetDefault("'Big Red Button'" + "\n" +
24+
"20% increased clicker damage" + "\n" +
2525
"Reduces the amount of clicks required for a click effect by 1" + "\n" +
2626
"Gain up to 15% clicker damage based on your amount of clicks within a second" + "\n" +
2727
"Every 15 clicks releases a burst of damaging chocolate" + "\n" +

0 commit comments

Comments
 (0)