summaryrefslogtreecommitdiff
path: root/world/map/npc/042-2/tanisha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/042-2/tanisha.txt')
-rw-r--r--world/map/npc/042-2/tanisha.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt
index c54a504c..673ab696 100644
--- a/world/map/npc/042-2/tanisha.txt
+++ b/world/map/npc/042-2/tanisha.txt
@@ -51,9 +51,9 @@ L_Continue:
// but that's not a BIG problem
if (getareausers("042-2.gat", 30, 85, 36, 89) >= $@Maggot_MaxHunters)
goto L_Crowded;
- goto L_Fight_Again;
+ goto L_FightAgain;
-L_Fight_Again:
+L_FightAgain:
mes "\"Ok, listen what to do.";
mes "Equip a weapon and kill the maggots.\"";
next;
@@ -67,7 +67,7 @@ L_Fight_Again:
mes "\"Sometimes dead monsters leave some useful things. You can pick them up by pressing Z or clicking on the items with your mouse.\"";
close2;
// The getitem must be in the same place as set tanisha, 2;
- // since it was moved to after L_Fight_Again, add it conditionally
+ // since it was moved to after L_FightAgain, add it conditionally
if (tanisha == 1)
goto L_GetFightItems;
goto L_ContinueFight;
@@ -251,7 +251,7 @@ L_Fail:
L_TryAgain:
if (getareausers("042-2.gat", 30, 85, 36, 89) >= $@Maggot_MaxHunters)
goto L_Crowded;
- goto L_Fight_Again;
+ goto L_FightAgain;
L_Fighting:
message strcharinfo(0), "Tanisha: I believe in you!";