Boldify
This commit is contained in:
parent
1ff6a4dc28
commit
a457382482
@ -66,9 +66,9 @@ let pickHack actionId attacker defender bonus isTrainer =
|
|||||||
|
|
||||||
let ( outcomeMsg , bonusMsg ) =
|
let ( outcomeMsg , bonusMsg ) =
|
||||||
if attacker.Stats.Strength.Amount > defender.Stats.Strength.Amount then
|
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
|
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 =
|
let stealMsg =
|
||||||
if not isTrainer
|
if not isTrainer
|
||||||
then $"""
|
then $"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user