Skip to content

Can you make evocation like how mind flay is and have each 1, 2, 3, and 4 tick evo be its own spell for the apl. #1002

Can you make evocation like how mind flay is and have each 1, 2, 3, and 4 tick evo be its own spell for the apl.

Can you make evocation like how mind flay is and have each 1, 2, 3, and 4 tick evo be its own spell for the apl. #1002

Workflow file for this run

name: New issue webhook
on:
issues:
types: [opened]
jobs:
send_webhook:
runs-on: ubuntu-latest
steps:
- name: Send webhook
uses: Ilshidur/action-discord@master
continue-on-error: true
env:
DISCORD_WEBHOOK: ${{ secrets.WEBHOOK_URL }}
- name: Exit 0
run: exit 0