From 5491c3fa5b23c5628631f149f533add4f1b4ec67 Mon Sep 17 00:00:00 2001 From: Geno Racklin Asher Date: Thu, 3 Oct 2019 20:29:04 +0100 Subject: [PATCH] Fix double negative --- questions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.js b/questions.js index 6df93059..449516b0 100644 --- a/questions.js +++ b/questions.js @@ -333,7 +333,7 @@ questions = [ } }, { - "question": "No authority should be left unquestioned.", + "question": "All authority should be questioned.", "effect": { "econ": 0, "dipl": 0,