removing the b and jojoke thing

it's been about time for years
This commit is contained in:
Lan
2023-03-15 20:12:16 +02:00
parent d1382af0dc
commit c91f0716a8
3 changed files with 17 additions and 12 deletions

View File

@@ -374,6 +374,11 @@ namespace Kehyeedra3.Commands
bLet = true;
}
if (bSpe || bRar)
{
tierRoll += 10;
}
Fish fish;
List<Fish> fishTiers;
List<Fish> fishRarities = fishes.ToList();
@@ -428,7 +433,7 @@ namespace Kehyeedra3.Commands
break;
}
if (rarity == 777 || rarity == 2777)
if (rarity == 777 || rarity == 1777 || rarity == 2777)
{
xp = 77 + Convert.ToUInt64(77 * rod / 2);
}
@@ -550,7 +555,7 @@ namespace Kehyeedra3.Commands
}
if (bBig)
{
weight += 1000;
weight += 500;
}
if (fish.Rarity == FishRarity.Unreasonable)
{