summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/002-1/arpan.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index ececf0d5b..ea9bf95ef 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -86,12 +86,15 @@ L_EquipDone:
}
002-1,49,33,0 script Magic Arpan NPC_MAGIC_ARPAN,{
+ showavatar NPC_MAGIC_ARPAN;
+
.@q = getq(ShipQuests_Arpan);
.@q_nard = getq(ShipQuests_Nard);
.@q_julia = getq(ShipQuests_Julia);
if (.@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone;
OnTalk:
+ showavatar NPC_MAGIC_ARPAN;
mesn;
if (.@q > 0) goto L_Menu;
@@ -105,6 +108,7 @@ OnTalk:
lg("I can't remember anything."), L_OhWell;
OnClothNotTaken:
+ showavatar NPC_MAGIC_ARPAN;
mesn;
mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!");
next;