diff --git a/custom-plugins/passthebomb.js b/custom-plugins/passthebomb.js index df32a492c..894d1f2b9 100644 --- a/custom-plugins/passthebomb.js +++ b/custom-plugins/passthebomb.js @@ -185,7 +185,7 @@ class PassTheBomb extends Rooms.RoomGame { Economy.logTransaction(`${winner} has won 2 ${currencyPlural} for winning the game of pass the bomb.`); Users(winner).popup('You have received 5 exp for winning the game of pass the bomb.'); - this.room.add(`${Server.nameColor(winner, true)} has won 2 ${currencyPlural} for winning the game of pass the bomb.`); + this.room.add(`|html|${Server.nameColor(winner, true)} has won 2 ${currencyPlural} for winning the game of pass the bomb.`); } /*Economy.writeMoney(winner, 2); Economy.logTransaction(`${winner} has won 4 ${currencyPlural} for winning the game of pass the bomb.`);