summaryrefslogtreecommitdiff
path: root/npc/029-2/tanisha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-2/tanisha.txt')
-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)