File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11using System ;
22using Terraria ;
3- using Terraria . ModLoader ;
43using Terraria . ID ;
4+ using Terraria . ModLoader ;
55
66namespace 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 " +
You can’t perform that action at this time.
0 commit comments