aedenthorn / StardewValleyMods

GNU General Public License v3.0
97 stars 115 forks source link

fix: port Restauranteer to 1.6 #150

Closed a2937 closed 4 months ago

a2937 commented 6 months ago

I had updated Restauranteer to 1.6. While the packages were right, there were a few methods that were broken. To be honest, I wasn't quite sure about the modern equivalent of all of them. However it does compile.

I could not figure out the reactions and there was an issue trying to find the method that was Harmony patched. I more or less guessed how the scrolling text was supposed to preform and did my best to find the right type for the items.

Lastly, I had not yet manually tested it yet. My hope was to get the bare minimum working before anything else.

a2937 commented 5 months ago

System.Reflection.AmbiguousMatchException: Ambiguous match in Harmony patch for StardewValley.NPC:draw

Yeah I'm going to need a little help getting the patch made right.