ChroniclerCherry / stardew-valley-mods

A collection of my mods for the game Stardew Valley
GNU General Public License v3.0
44 stars 39 forks source link

Shop Tile Framework - the "ExcludeFromMarnies" command does not work. #55

Open KMFrench1 opened 3 years ago

KMFrench1 commented 3 years ago

Below is a copy of part of my Shop.json. I am pretty sure i have done everything correctly but the animal still show up at Marnies shop to purchase. They show up at the custom shop as well. So adding animals works fine. I just cant remove them from Marnies.

"AnimalShops":[ { "ShopName":"BuffaloRanch", "When": ["NPCAt Sheila 3 14"], "AnimalStock":["Buffalo", "Dairy Cow", "Bull", "Deer", "Peacock" ], "ExcludeFromMarnies":["Buffalo", "Bull", "Deer", "Peacock"], }, ],