Skip to content

Commit

Permalink
Update passthebomb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamePrince-PS authored Oct 28, 2018
1 parent 94101b8 commit 8b41229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-plugins/passthebomb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`);
Expand Down

0 comments on commit 8b41229

Please sign in to comment.