aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-24 16:23:08 +0200
committerPacien TRAN-GIRARD2014-05-24 16:23:08 +0200
commitd2f160a26bc9899c2646857ae321453346603391 (patch)
tree7c703c8faa93d63938f1de4b267dd88016b59ce8
parent4c38e09ea101f10be902023baae3af3736f6b0ec (diff)
downloadesieequest-d2f160a26bc9899c2646857ae321453346603391.tar.gz
Better hints from Athanase
-rw-r--r--src/esieequest/model/characters/Athanase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/esieequest/model/characters/Athanase.java b/src/esieequest/model/characters/Athanase.java
index 698b7ae..9ec3fd4 100644
--- a/src/esieequest/model/characters/Athanase.java
+++ b/src/esieequest/model/characters/Athanase.java
@@ -69,9 +69,9 @@ public class Athanase extends SimpleCharacter {
69 69
70 case INSTALL_CONSOLE: 70 case INSTALL_CONSOLE:
71 if (playersInventory.hasItem(Item.PORTABLE_CONSOLE)) { 71 if (playersInventory.hasItem(Item.PORTABLE_CONSOLE)) {
72 view.echo("The Universe is far away... Well... Not exactly... Sort of... Complicated. Find an antenna or something that may act as an amplifier and connect the Portable Console to contact the Universe."); 72 view.echo("The Universe is far away... Well... Not exactly... Sort of... Complicated. Find an antenna on the outside or something that may act as an amplifier and connect the Portable Console to contact the Universe.");
73 } else { 73 } else {
74 view.echo("Well... You have installed the console? Have you turned it ON and inserted the disk? Because you should."); 74 view.echo("Well... You have installed the console, right? Have you turned it ON and inserted the disk? Because you should.");
75 } 75 }
76 break; 76 break;
77 77