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

@@ -54,16 +54,16 @@ namespace Kehyeedra3
int argPos = 0; int argPos = 0;
if (message.Content.Contains("\uD83C\uDD71")) //B emoji detector //if (message.Content.Contains("\uD83C\uDD71")) //B emoji detector
{ //{
await Context.Channel.SendMessageAsync($"B emoji detected. Proceed to kill yourself, {Context.User.Mention}"); // await Context.Channel.SendMessageAsync($"B emoji detected. Proceed to kill yourself, {Context.User.Mention}");
} //}
if (message.Content.ToLowerInvariant().Contains("jojo")) //if (message.Content.ToLowerInvariant().Contains("jojo"))
{ //{
var jojoke = WeebClient.DownloadString("https://api.exsersewo.dev/jojoke/?raw"); // var jojoke = WeebClient.DownloadString("https://api.exsersewo.dev/jojoke/?raw");
await Context.Channel.SendMessageAsync($"{Context.User.Mention} is that a fucksnifflerling {jojoke} reference?"); // await Context.Channel.SendMessageAsync($"{Context.User.Mention} is that a fucksnifflerling {jojoke} reference?");
} //}
if (message.Channel is IGuildChannel chan) if (message.Channel is IGuildChannel chan)
{ {

View File

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

View File

@@ -100,7 +100,7 @@ namespace Kehyeedra3.Services.Models
new Item() new Item()
{ {
Id = Items.UpgradeT3, Id = Items.UpgradeT3,
Name = "T2 Scraps", Name = "T2 Scales",
Price = 2000 Price = 2000
}, },
new Item() new Item()