From 364ef8779ed803c75ffccb43d10d66ad5e155673 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 2 Sep 2019 01:46:35 +0200 Subject: [PATCH] Add ritual emoji --- royalnet/commands/royalgames/dndspell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/commands/royalgames/dndspell.py b/royalnet/commands/royalgames/dndspell.py index 89abe464..cd5d9e73 100644 --- a/royalnet/commands/royalgames/dndspell.py +++ b/royalnet/commands/royalgames/dndspell.py @@ -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)