From 06419afbe5a8e3adf09b0229f74ba00dc8ef2b88 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 3 Jan 2024 00:43:45 +0100 Subject: [PATCH] remove exclamation marks from spells When the spell enters an index, the exclamation mark is treated as a command. Escaping it by using '"!' will not work, as the same spell-description is also used outside the index. --- config | 2 +- spells.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 7d3e3ced..f28714ba 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 7d3e3cedbac20f0504dca118286a015fdde92e8d +Subproject commit f28714ba2405a8a12d2660347be3a15f7296d875 diff --git a/spells.tex b/spells.tex index dcd06108..3a64606e 100644 --- a/spells.tex +++ b/spells.tex @@ -328,7 +328,7 @@ A good witch leaves no part of her prey unused. {Wax}% Action {Earth}% Spheres {\roll{Strength}{Wyldcrafting}}% Resist with - {`Hold!', the caster shouts, as snow or mud becomes solid, encasing any feet pushed into the ground. + {The caster shouts `\textit{hold fast}', as snow or mud becomes solid, encasing any feet pushed into the ground. Targets then count as \textit{Entangled}}% Description { The spell suffers a -2 penalty when used against creatures without flat feet (such as hooves, or most other animal feet), but can also gain up to a +2 bonus in particularly deep mud or snow.} @@ -405,7 +405,7 @@ A good witch leaves no part of her prey unused. {Wane}% Action {Earth, Water}% Spheres {\glspl{hp}}% Resist with - {The caster cries `Pigs!', and the first \arabic{spellTargets} targets within \spellRange\ shrink, take a -\arabic{spellPlusOne} Strength Penalty}% Description + {The caster cries `\textit{Pigs}', and the first \arabic{spellTargets} targets within \spellRange\ shrink, take a -\arabic{spellPlusOne} Strength Penalty}% Description { This penalty stacks as usual, so targets who already have a basic Strength Penalty of -2 would take this penalty, and then half of their regular Strength penalty, for a total of -\arabic{spellPlusTwo}.} -- GitLab