From 42dcf30e72f1fe00a7f429dedaf3f80fb40decc6 Mon Sep 17 00:00:00 2001 From: Corey Hickson Date: Sun, 4 Aug 2024 17:47:03 -0600 Subject: [PATCH] feat: fix typo --- Torchbearer 2E/src/pug/pages/anatomy/conditions.pug | 2 +- Torchbearer 2E/torchbearer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug b/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug index bc6be90d3a..b0f42c89d6 100644 --- a/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug +++ b/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug @@ -24,5 +24,5 @@ mixin condition(attr, name, desc, recovery) +condition("afraid", "Afraid", "No help or use Beginner's Luck.", "Will Ob 3") +condition("exhausted", "Exhausted", "-1S to disposition to any conflict; may not use instinct for free.", "Health Ob 3") +condition("injured", "Injured", "1D to skills, Nature, Will, and Health (but not recovery).", "Health Ob 4") - +condition("sick", "Angry", "-1D to skills, Nature, Will, and Health (but not recovery); can not practice, learn, or advance.", "Will Ob 3") + +condition("sick", "Angry", "-1D to skills, Nature, Will, and Health (but not recovery); cannot practice, learn, or advance.", "Will Ob 3") +condition("dead", "Dead", "May not test, help, or use wises.") diff --git a/Torchbearer 2E/torchbearer.html b/Torchbearer 2E/torchbearer.html index e2a2fbdd1c..5b87402f53 100644 --- a/Torchbearer 2E/torchbearer.html +++ b/Torchbearer 2E/torchbearer.html @@ -412,7 +412,7 @@
Will Ob 3
-
-1D to skills, Nature, Will, and Health (but not recovery); can not practice, learn, or advance.
+
-1D to skills, Nature, Will, and Health (but not recovery); cannot practice, learn, or advance.