From a2fe66ad1a22837170975559b30ec15339156407 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 8 Nov 2023 04:17:15 +0100 Subject: [PATCH] add command to show full spell --- magic.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/magic.sty b/magic.sty index f77c4a33..574157fb 100644 --- a/magic.sty +++ b/magic.sty @@ -66,6 +66,11 @@ } +\newcommand\showFullSpell[7]{% + \calcSpell{#1}{#2}{#3}{#4}{#5}{#6}{#7}% + \fullSpell% +} + % We use spellPotency to track spell effects which are typically larger than the spell's level. \newcounter{spellPotency} -- GitLab