aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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