Do that thing
This commit is contained in:
parent
cc7055e898
commit
98b8e43d18
@ -132,10 +132,10 @@ let responseSuccessfulHack2 successful (hacker : PlayerData) (target : PlayerDat
|
||||
|
||||
let msg =
|
||||
if successful then
|
||||
$"{hacker.Name} successfully hacked <@{target.DiscordId}>!\n\n"
|
||||
$"{hacker.Name} successfully hacked <@!{target.DiscordId}>!\n\n"
|
||||
+ (if earnedMoney then $"**__Total Hacked__**: `{totalTaken} 💰$GBT`\n" else "")
|
||||
else
|
||||
$"{hacker.Name} failed to hack <@{target.DiscordId}>!\n\n"
|
||||
$"{hacker.Name} failed to hack <@!{target.DiscordId}>!\n\n"
|
||||
+ (if earnedMoney then $"**__Defender Extracted__**: `{totalTaken} 💰$GBT`\n" else "")
|
||||
|
||||
let bonusMsg =
|
||||
|
Loading…
x
Reference in New Issue
Block a user