summaryrefslogtreecommitdiff
path: root/npc/029-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-09 14:30:19 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-09 14:30:19 -0300
commite6834dc497489e3219daf3f2770a975817de64e7 (patch)
tree2b68546322145a3b785ddd1c292e66afa04b8752 /npc/029-2
parentec1d600a09cb6c45d5b7924037039e4c6a003b89 (diff)
downloadserverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.gz
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.bz2
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.xz
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.zip
Systematically fix most if not every improper instance of npctalk
Diffstat (limited to 'npc/029-2')
-rw-r--r--npc/029-2/tanisha.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/029-2/tanisha.txt b/npc/029-2/tanisha.txt
index 4e5abe42..0e2c24cb 100644
--- a/npc/029-2/tanisha.txt
+++ b/npc/029-2/tanisha.txt
@@ -209,7 +209,7 @@ L_Next2:
goto L_Fight_Again;
L_Fighting:
- npctalk strnpcinfo(0), "##3I believe in you!", strcharinfo(0);
+ npctalk "##3I believe in you!", strcharinfo(0);
end;
OnTimer1000:
@@ -236,16 +236,16 @@ OnTick:
if (Hp > 20)
end;
heal MaxHp, 0;
- npctalk strnpcinfo(0), "##3You're doing good!", strcharinfo(0);
+ npctalk "##3You're doing good!", strcharinfo(0);
end;
OnMaggotDeath:
if (@Maggot_Kills == 1)
- npctalk strnpcinfo(0), "##3Aaahhhh... another one! It will crawl up your legs!", strcharinfo(0);
+ npctalk "##3Aaahhhh... another one! It will crawl up your legs!", strcharinfo(0);
if (@Maggot_Kills == 2)
- npctalk strnpcinfo(0), "##3Ohh... Irrhk... Eeeeww... They just appear from nowhere!", strcharinfo(0);
+ npctalk "##3Ohh... Irrhk... Eeeeww... They just appear from nowhere!", strcharinfo(0);
if (@Maggot_Kills == 3)
- npctalk strnpcinfo(0), "##3Yuck... I think I am getting sick.", strcharinfo(0);
+ npctalk "##3Yuck... I think I am getting sick.", strcharinfo(0);
if (isin("029-2", 98, 84, 106, 89))
@Maggot_Kills = @Maggot_Kills + 1;
if (@Maggot_Kills < 5)