Skip to content

Instantly share code, notes, and snippets.

@Matthew-Burfield
Last active April 8, 2017 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Matthew-Burfield/5440d7cf5c1c184b86f6bdfbaf9b4375 to your computer and use it in GitHub Desktop.
Save Matthew-Burfield/5440d7cf5c1c184b86f6bdfbaf9b4375 to your computer and use it in GitHub Desktop.
const magik = magikcraft.io;
function clightning(num = 1, time = 100) {
magik.doNTimes(magik.shakti(), num, () => {
magik.dixit('Chain Lightning Is Finished');
}, time);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment