Robin now sells sand and clay.

This commit is contained in:
JoshuaNavarro 2019-09-21 17:07:02 -07:00
parent f0cd3ec80e
commit 3ca7468fb9
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ namespace Revitalize.Framework.Hacks
private static void AddItemsToRobinsShop()
{
PyTK.Extensions.PyEvents.addToNPCShop(new InventoryItem(ModCore.ObjectManager.GetItem("Workbench", 1), 500), "Robin");
PyTK.Extensions.PyEvents.addToNPCShop(new InventoryItem(new StardewValley.Object((int)Enums.SDVObject.Clay,1),50), "Robin");
PyTK.Extensions.PyEvents.addToNPCShop(new InventoryItem(ModCore.ObjectManager.resources.getResource("Sand", 1), 25), "Robin");
}
/// <summary>
/// Adds in ore to clint's shop.