Skip to content

Instantly share code, notes, and snippets.

@blainsmith
Last active December 18, 2015 04:09
Show Gist options
  • Save blainsmith/5723189 to your computer and use it in GitHub Desktop.
Save blainsmith/5723189 to your computer and use it in GitHub Desktop.
Sample node script for listening for beast mode
self.on('beast mode', function(response){
response.raise(weight.max());
});
@kixxauth
Copy link

kixxauth commented Jun 6, 2013

response.raise(weight.max() + self.adrenalineGutsAndGlory())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment