From a85ab5d1e10eed45893813c9ce1a2788563b73de Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Apr 2020 23:30:02 -0300 Subject: Fix name overlap (Savior race vs Nahrec's Savior label) --- npc/017-5/nahrec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/017-5/nahrec.txt') diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index 84cb51334..009998e46 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -12,7 +12,7 @@ function NahrecStory; function NahrecMain; function NahrecEnd; - function Savior; + function NahrecSavior; function Mylarin; mesn; @@ -85,7 +85,7 @@ function NahrecMain { blacksmith_create(IronIngot, 5, GoldenLightPlatemail, 1, WarlordPlate, 5000); break; case 6: - Savior(); + NahrecSavior(); case 7: blacksmith_create(IronIngot, 10, SilverIngot, 15, ChainmailSkirt, 35000); break; @@ -109,7 +109,7 @@ function Mylarin { return; } -function Savior { +function NahrecSavior { mesn; mesq l("Yes, I can craft Savior Pants. But it is not cheap. I'll need Platinum, Iridium, and Mylarin Dust. And gold. Much gold."); select -- cgit v1.2.3-60-g2f50