From d2f160a26bc9899c2646857ae321453346603391 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 24 May 2014 16:23:08 +0200 Subject: Better hints from Athanase --- src/esieequest/model/characters/Athanase.java | 4 ++-- 1 file 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 { case INSTALL_CONSOLE: if (playersInventory.hasItem(Item.PORTABLE_CONSOLE)) { - 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."); + 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."); } else { - view.echo("Well... You have installed the console? Have you turned it ON and inserted the disk? Because you should."); + view.echo("Well... You have installed the console, right? Have you turned it ON and inserted the disk? Because you should."); } break; -- cgit v1.2.3