More
This commit is contained in:
parent
0f82354f8e
commit
14af51c25e
@ -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}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user