Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created August 19, 2016 19:22
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 zoffixznet/1f0b59adf15b7bad5a3d31158cfc8035 to your computer and use it in GitHub Desktop.
Save zoffixznet/1f0b59adf15b7bad5a3d31158cfc8035 to your computer and use it in GitHub Desktop.
sub cast(Spell $s)
#= Initiate a specified spell normally
#= (do not use for class 7 spells)
{
do-raw-magic($s);
}
say &cast.WHY;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment