From 6d7e7a8a42193782a7a4bea4033bafd5de8cd817 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 30 Apr 2020 23:48:50 -0700 Subject: [PATCH] Add TODO for follow the phantoms --- amanuensis/lexicon/gameloop.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amanuensis/lexicon/gameloop.py b/amanuensis/lexicon/gameloop.py index 5e8a84f..861eecc 100644 --- a/amanuensis/lexicon/gameloop.py +++ b/amanuensis/lexicon/gameloop.py @@ -84,6 +84,8 @@ def title_constraint_analysis( # I: This article is new if title not in info: infos.append('New article') + # And new articles are forbidden + pass # TODO follow the phantoms option # I: This article is a phantom elif info[title].character is None: infos.append('Phantom article')