Skip to content

Commit fa75dc9

Browse files
committed
Rent Fixed
1 parent fb65719 commit fa75dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StarSharksTool/Services/Service.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ internal async static Task<MarketRentResponseModel> GetMarketplace(int maxPrice,
145145
req.Morale = new List<int> { 1, 100 + r.Next(1, 50) };
146146
req.Hp = new List<int> { 1, 100 + r.Next(1, 50) };
147147
req.Speed = new List<int> { 1, 100 + r.Next(1, 50) };
148-
req.RentExceptGain = new List<int> { maxPrice, 13 + step };
148+
req.RentExceptGain = new List<int> { maxPrice, 13 + step + maxPrice };
149149
req.Star = level;
150150

151151
if (step % 2 == 0)

0 commit comments

Comments
 (0)