mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-05 12:29:39 +02:00
Fixing a few spots where CI failed
This commit is contained in:
@@ -714,7 +714,7 @@ class CallToTheWave(Feature):
|
|||||||
|
|
||||||
# RFTLW Races
|
# RFTLW Races
|
||||||
|
|
||||||
class DualMind(Feature)
|
class DualMind(Feature):
|
||||||
"""
|
"""
|
||||||
You have advantage on all Wisdom saving throws.
|
You have advantage on all Wisdom saving throws.
|
||||||
|
|
||||||
@@ -722,7 +722,7 @@ class DualMind(Feature)
|
|||||||
name = "Dual Mind"
|
name = "Dual Mind"
|
||||||
source = "Race (Kalashtar)"
|
source = "Race (Kalashtar)"
|
||||||
|
|
||||||
class MentalDiscipline(Feature)
|
class MentalDiscipline(Feature):
|
||||||
"""
|
"""
|
||||||
You have resistance to psychic damage.
|
You have resistance to psychic damage.
|
||||||
|
|
||||||
@@ -730,7 +730,7 @@ class MentalDiscipline(Feature)
|
|||||||
name = "Mental Discipline"
|
name = "Mental Discipline"
|
||||||
source = "Race (Kalashtar)"
|
source = "Race (Kalashtar)"
|
||||||
|
|
||||||
class MindLink(Feature)
|
class MindLink(Feature):
|
||||||
"""
|
"""
|
||||||
You can speak telepathically to any creature you can see, provided
|
You can speak telepathically to any creature you can see, provided
|
||||||
the creature is within a number of feet of you equal to 10 times your
|
the creature is within a number of feet of you equal to 10 times your
|
||||||
@@ -750,7 +750,7 @@ class MindLink(Feature)
|
|||||||
name = "Mind Link"
|
name = "Mind Link"
|
||||||
source = "Race (Kalashtar)"
|
source = "Race (Kalashtar)"
|
||||||
|
|
||||||
class SeveredFromDreams(Feature)
|
class SeveredFromDreams(Feature):
|
||||||
"""
|
"""
|
||||||
Kalashtar sleep, but they don't connect to the plane of dreams as
|
Kalashtar sleep, but they don't connect to the plane of dreams as
|
||||||
other creatures do. Instead, their minds draw from the memories of
|
other creatures do. Instead, their minds draw from the memories of
|
||||||
|
|||||||
Reference in New Issue
Block a user