String change

This commit is contained in:
Vortrex
2022-10-19 23:55:56 -05:00
parent ce6f6e71d1
commit 472136a7fb

View File

@@ -207,7 +207,7 @@ function playerPromptAnswerYes(client) {
getHouseData(houseId).needsSaved = true;
updateHousePickupLabelData(houseId);
messageDiscordEventChannel(`🏘️ ${getCharacterFullName(client)} is now the owner of *${getHouseData(houseId).description}*!`);
messageDiscordEventChannel(`🏘️ ${getCharacterFullName(client)} is now the owner of house *${getHouseData(houseId).description}*!`);
messagePlayerSuccess(client, `🏘️ You are now the owner of {houseGreen}${getHouseData(houseId).description}`);
break;
}