From aa30a90760aead679e9ee3dd88d80761bf2faf22 Mon Sep 17 00:00:00 2001 From: JBM Date: Sat, 30 May 2020 23:25:27 +0200 Subject: [PATCH] Moar trolling, this one my own --- PLAN.org | 4 ++-- src/main/java/com/codingame/game/View.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PLAN.org b/PLAN.org index 560a564..1114a41 100644 --- a/PLAN.org +++ b/PLAN.org @@ -44,10 +44,10 @@ That one's probably never going to be DONE ^^' J. R. R. Tolkien, The Two Towers (1954), Book III, Chapter 4: "Treebeard" * TODO View settings - [ ] troll pants colors -* TODO Troll quotes +* TODO Internationalised troll quotes - pain au chocolat ou chocolatine * DONE initial model parametrization -* TODO view parameterization? +* DONE view parameterization? * DONE troll races * Publication checklist - [ ] demo is up-to-date diff --git a/src/main/java/com/codingame/game/View.java b/src/main/java/com/codingame/game/View.java index 3dabef9..e8ae7d7 100644 --- a/src/main/java/com/codingame/game/View.java +++ b/src/main/java/com/codingame/game/View.java @@ -595,6 +595,7 @@ class View { { "Marvel > DC", "Disney > 50 shades", "DC > Marvel" }, { "cats > dogs", "humans make\ngood pets", "dogs > cats" }, { "the moon landing was staged", "elvis lives", "9/11 was an inside job" }, + { "santa claus is really\nthe tooth fairy", "the easter bunny tasted yummy", "the tooth fairy is\nreally santa claus" }, // Ditto. Need moar troll. // gaming @@ -644,6 +645,7 @@ class View { // Those for which I couldn't find a meaningful directednessability. String isotropic[] = { + "(unclosed", "Electron apps are the fastest", "Rosebud", "Thanos did nothing wrong", -- 2.30.2