Skip to content

Instantly share code, notes, and snippets.

@seeya
Last active December 28, 2019 06:20
Show Gist options
  • Select an option

  • Save seeya/f0d9be05e960929c0cd31914bbe856b0 to your computer and use it in GitHub Desktop.

Select an option

Save seeya/f0d9be05e960929c0cd31914bbe856b0 to your computer and use it in GitHub Desktop.
Description Modify Value/Fx
Modify cods earned createCoins: function(e...) { t.itemValue = e * 6; }
Modify candys earned createCandys: function(e...) { t.itemValue = e * 6; }
Modify loves earned createLoves: function(e...) { t.itemValue = e * 6; }
Modify stars earned createStars: function(e...) { t.itemValue = e * 6; }
Modify number of touch required for promoting new customer if (this.broadcastCount >= 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment