diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:09:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:09:46 -0300 |
commit | 2bd6adf4f42ccf8583eed549cccb1413a6180b32 (patch) | |
tree | 3c718b4c6ea8aa1c307d0e7e3803a7e96512be4d | |
parent | 1e58ae86ede467ac84248720a89ed5005404a3ea (diff) | |
download | serverdata-2bd6adf4f42ccf8583eed549cccb1413a6180b32.tar.gz serverdata-2bd6adf4f42ccf8583eed549cccb1413a6180b32.tar.bz2 serverdata-2bd6adf4f42ccf8583eed549cccb1413a6180b32.tar.xz serverdata-2bd6adf4f42ccf8583eed549cccb1413a6180b32.zip |
Remove unused code at Arpan
-rw-r--r-- | npc/002-1/arpan.txt | 23 |
1 files changed, 0 insertions, 23 deletions
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; |