This commit is contained in:
Joseph Ferano 2022-06-03 00:30:26 +07:00
parent 717d27a500
commit 4fe82b9095

View File

@ -66,7 +66,7 @@ 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!!!** `💰$GBT`\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`"
else
"\nYou're **NOT STRONGER** than them, you need to **EAT MORE!**" , ""
let stealMsg =