From 2bd6adf4f42ccf8583eed549cccb1413a6180b32 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Thu, 21 Jun 2018 13:09:46 -0300
Subject: Remove unused code at Arpan

---
 npc/002-1/arpan.txt | 23 -----------------------
 1 file changed, 23 deletions(-)

(limited to 'npc')

diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index cd860a408..b5bd5afb9 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -154,7 +154,6 @@ L_Menu:
     .@equipped = getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200;
 
     menu
-        rif(.@q_nard == 5 && getq(General_Narrator) < 1, l("What can I do now?")), L_GotoSleep,
         lg("Could you tell me where I am?"), L_Where,
         lg("Where can I find Juliet?"), L_Julia,
         l("Who are you?"), L_Who,
@@ -266,28 +265,6 @@ L_EquipDone:
     setq ShipQuests_Arpan, 3;
     goto L_Menu;
 
-L_GotoSleep:
-    speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
-        l("You already did enough for us, do you want to follow Nard's advice and get some rest?");
-
-    switch (select(l("Yes."), l("No.")))
-    {
-        case 1:
-            speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
-                l("Fine."),
-                l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!");
-                close;
-
-            break;
-        case 2:
-            speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
-                l("Alright, take your time we are not in a hurry.");
-
-            break;
-    }
-
-    goto L_Menu;
-
 OnInit:
     .sex = G_MALE;
     .distance = 5;
-- 
cgit v1.2.3-70-g09d2