mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add ritual emoji
This commit is contained in:
parent
bfc76548ff
commit
364ef8779e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DndspellCommand(Command):
|
||||||
string += "\n"
|
string += "\n"
|
||||||
if "meta" in spell:
|
if "meta" in spell:
|
||||||
if spell["meta"].get("ritual", False):
|
if spell["meta"].get("ritual", False):
|
||||||
string += "Can be casted as ritual\n"
|
string += "🔮 Can be casted as ritual\n"
|
||||||
string += "\n"
|
string += "\n"
|
||||||
for entry in spell.get("entries", []):
|
for entry in spell.get("entries", []):
|
||||||
string += parse_5etools_entry(entry)
|
string += parse_5etools_entry(entry)
|
||||||
|
|
Loading…
Reference in a new issue