This commit is contained in:
Joseph Ferano 2022-06-02 23:15:59 +07:00
parent 0f82354f8e
commit 14af51c25e

View File

@ -58,13 +58,13 @@ 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 steal more!!!\n" , $"\n**__Potential Bonus:__**\n{bonus} 💰$GBT"
"\nYou're stronger so you'll steal more!!!\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`"
else
"\nYou're not stronger than them, you need to eat more!" , ""
let stealMsg =
if not isTrainer
then $"""
{defender.Name} has **{defender.Bank} $GBT** we can take from them.
**{defender.Name}** has `{defender.Bank} $GBT`` we can take from them.
**__Your Strength:__**
`💪 {attacker.Stats.Strength.Amount}`