tizubythefizo

Results 3 comments of tizubythefizo

No, that's not the issue. The check for town gold is already there and works as expected. I think the line "num2 += town.GetItemPrice(randomItem, null, isSelling: true) * item;" would...

Well, they way I'd have written the class would be to have something like ``` private int DetermineOutputPrice (int item, int count) { return Math.Min(1000, town.GetItemPrice(item, null, isSelling:true) * count;...

Yeah there's comments on the last pull request pointing out the issue and what's needed to fix it (repo.json needs to update a value from 7 to 8). I'm not...