removing the b and jojoke thing
it's been about time for years
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user