Robin now sells sand and clay.
This commit is contained in:
parent
f0cd3ec80e
commit
3ca7468fb9
|
@ -23,6 +23,8 @@ namespace Revitalize.Framework.Hacks
|
||||||
private static void AddItemsToRobinsShop()
|
private static void AddItemsToRobinsShop()
|
||||||
{
|
{
|
||||||
PyTK.Extensions.PyEvents.addToNPCShop(new InventoryItem(ModCore.ObjectManager.GetItem("Workbench", 1), 500), "Robin");
|
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>
|
/// <summary>
|
||||||
/// Adds in ore to clint's shop.
|
/// Adds in ore to clint's shop.
|
||||||
|
|
Loading…
Reference in New Issue