diff --git a/src/cljc/orcpub/dnd/e5/char_decision_tree.cljc b/src/cljc/orcpub/dnd/e5/char_decision_tree.cljc index 8df23ad8..80c9accb 100644 --- a/src/cljc/orcpub/dnd/e5/char_decision_tree.cljc +++ b/src/cljc/orcpub/dnd/e5/char_decision_tree.cljc @@ -800,7 +800,7 @@ :question "Is your character a hero or a villain?" :answers [{:answer "Hero" :tag :good} - {:answer "Villan" + {:answer "Villain" :tag :evil} {:answer "Both or neither (things aren't so black and white)" :tag :neutral}]}