This commit is contained in:
Joseph Ferano 2022-06-03 00:28:39 +07:00
parent 1ff6a4dc28
commit a457382482

View File

@ -66,9 +66,9 @@ let pickHack actionId attacker defender bonus isTrainer =
let ( outcomeMsg , bonusMsg ) =
if attacker.Stats.Strength.Amount > defender.Stats.Strength.Amount then
"\nYou're stronger so you'll hack more!!!\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`"
"\nYou're **STRONGER** so you'll **HACK MORE!!!**\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`"
else
"\nYou're not stronger than them, you need to eat more!" , ""
"\nYou're **NOT STRONGER** than them, you need to **EAT MORE!**" , ""
let stealMsg =
if not isTrainer
then $"""