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')