summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/arpan.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 58047e85..2da92167 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -74,7 +74,7 @@
mesn;
mesq l("I'm called Alige, and I'm hiding here for few weeks.") + l("All that I had to eat were these berries... Berries... Berries...") + l("I'm losing my mind, I need something else to eat!");
- next;
+ next;
mesn;
mesq l("Can you bring me something which isn't a vegetable?") + l("And please, no berries. No more!");
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 5adc7c00..98897c15 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -30,8 +30,8 @@
if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs)) goto l_EquipDone;
if (@q == 1) goto l_GetCloth;
doevent "Magic_Arpan::OnClothNotTaken";
- //doevent "Magic_Arpan::OnEquip";
warp "000-2-1.gat", 39, 32;
+ doevent "Magic_Arpan::OnEquip";
close;
l_GetCloth:
@@ -50,8 +50,8 @@ l_EquipDone:
if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs)) goto l_EquipDone;
if (@q == 1) goto l_GetCloth;
doevent "Magic_Arpan::OnClothNotTaken";
- //doevent "Magic_Arpan::OnEquip";
warp "000-2-1.gat", 45, 32;
+ doevent "Magic_Arpan::OnEquip";
close;
l_GetCloth:
@@ -152,7 +152,7 @@ l_Who:
goto l_Menu;
l_WhatCloth:
- mes l("Click on your inventory icons or press F3, and equip them with clicking on the icon and press 'Equip'.");
+ mes g(l("Open your inventory (F3 key), select these cloths one by one and equip them.#0"), l("Open your inventory (F3 key), select these cloths one by one and equip them.#1"));
next;
goto l_Menu;