Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Somewhere along the line, I accidentally uploaded the items folder to the items folder. Now there's a Items/Items folder. I'm re-uploading the items folder to the main folder, to make sure everything is up to date. I have no idea how to remove Items/Items though.
  • Loading branch information
dragon3025 authored May 7, 2020
1 parent 735cde3 commit cc12c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Items/Traveling_Merchant_Restock_Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public class Traveling_Merchant_Restock_Order : ModItem
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Traveling Merchant Restock Order");
Tooltip.SetDefault("If you have this in your inventory: each second will have a" +
"chance of restocking the Traveling Merchant's showp. This" +
"chance is greatly decreased by the amount of permanent" +
Tooltip.SetDefault("If you have this in your inventory: each second will have a\n" +
"chance of restocking the Traveling Merchant's showp. This\n" +
"chance is greatly decreased by the amount of permanent\n" +
"vanilla and Reduced Grinding NPCs that you don't have.");
}

Expand Down

0 comments on commit cc12c11

Please sign in to comment.