Removed non utf-8 characters

This commit is contained in:
Tim-Jackins
2019-09-09 12:45:22 -04:00
parent 9a49e7cb14
commit 08ed7da59d
52 changed files with 1386 additions and 1381 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ from .spells import Spell
class Jump(Spell):
"""You touch a creature. The creatures jump distance is tripled until the spell
"""You touch a creature. The creature's jump distance is tripled until the spell
ends.
"""
name = "Jump"
@@ -10,7 +10,7 @@ class Jump(Spell):
casting_time = "1 action"
casting_range = "Touch"
components = ('V', 'S', 'M')
materials = """A grasshoppers hind leg"""
materials = """A grasshopper's hind leg"""
duration = "1 minute"
ritual = False
magic_school = "Transmutation"