mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
feat: fix typo
This commit is contained in:
@@ -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.")
|
||||
|
||||
@@ -412,7 +412,7 @@
|
||||
<div class="sheet-condition-recovery">Will Ob 3</div>
|
||||
</div>
|
||||
<div class="sheet-condition-row-bottom">
|
||||
<div class="sheet-condition-effect">-1D to skills, Nature, Will, and Health (but not recovery); can not practice, learn, or advance.</div>
|
||||
<div class="sheet-condition-effect">-1D to skills, Nature, Will, and Health (but not recovery); cannot practice, learn, or advance.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-condition-row">
|
||||
|
||||
Reference in New Issue
Block a user