1
Fork 0
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:
Steffo 2019-09-02 01:46:35 +02:00
parent bfc76548ff
commit 364ef8779e

View file

@ -95,7 +95,7 @@ class DndspellCommand(Command):
string += "\n"
if "meta" in spell:
if spell["meta"].get("ritual", False):
string += "Can be casted as ritual\n"
string += "🔮 Can be casted as ritual\n"
string += "\n"
for entry in spell.get("entries", []):
string += parse_5etools_entry(entry)