Guest User

Untitled

a guest
Oct 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. //Updates player pog totals to initialize game
  2. var updatePogCount = function(player) {
  3. player.totalPogs = player.totalPogs - player.numPogs;
  4. return player.totalPogs;
  5. };
Add Comment
Please, Sign In to add comment