This commit is contained in:
Dev 2023-07-30 19:29:19 +01:00
parent 4eb43c8832
commit 59b2fc3602

View File

@ -403,7 +403,7 @@ export class DialogueController
if (request.text.toLowerCase() === "nikita")
{
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Kegend", "Remember when he said webel-webel-webel-webel, classic nikita moment"]));
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Legend", "Remember when he said webel-webel-webel-webel, classic nikita moment"]));
}
if (request.text.toLowerCase() === "are you a bot")