Skip to content

Instantly share code, notes, and snippets.

@overheadhunter
Created October 17, 2013 19:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overheadhunter/7030725 to your computer and use it in GitHub Desktop.
Save overheadhunter/7030725 to your computer and use it in GitHub Desktop.
for all the script kiddies out there, who can't wait for the $1,632,501,000,000 needed
var sayMyName = function(batches) {
var sale = do_sell(batches);
if(sale) {
message('Heisenberg!!!');
pd.stats.hand_sold_widgets += sale;
fix_make_sell();
return sale;
}
}
var yo = function(batches) {
if(do_make(batches)) {
message('Bitch!!!');
pd.stats.hand_made_widgets += pd.make_amount;
fix_make_sell();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment