From e6834dc497489e3219daf3f2770a975817de64e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Jul 2021 14:30:19 -0300 Subject: Systematically fix most if not every improper instance of npctalk --- npc/051-1/desert.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/051-1') diff --git a/npc/051-1/desert.txt b/npc/051-1/desert.txt index 172cb48e..07b84eb6 100644 --- a/npc/051-1/desert.txt +++ b/npc/051-1/desert.txt @@ -25,7 +25,7 @@ "No", L_close; OnTimer1000: - npctalk strnpcinfo(0), "Youuuuuuu... Bring me souls... " + $@illia_num_sealed_souls + " fresh souls... Nooooow. And you shall paaass."; + npctalk "Youuuuuuu... Bring me souls... " + $@illia_num_sealed_souls + " fresh souls... Nooooow. And you shall paaass."; end; OnTimer4750: @@ -33,7 +33,7 @@ OnTimer4750: end; OnTimer6500: - npctalk strnpcinfo(0), "Nooooo... Do not let these things take them from youuuuuu!"; + npctalk "Nooooo... Do not let these things take them from youuuuuu!"; stopnpctimer; setnpctimer 0; end; -- cgit v1.2.3-60-g2f50