summaryrefslogtreecommitdiff
path: root/npc/tulimshar-casino/casino.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/tulimshar-casino/casino.txt')
-rw-r--r--npc/tulimshar-casino/casino.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/tulimshar-casino/casino.txt b/npc/tulimshar-casino/casino.txt
index c0a0a671..39cebff3 100644
--- a/npc/tulimshar-casino/casino.txt
+++ b/npc/tulimshar-casino/casino.txt
@@ -16,9 +16,9 @@ new_8-1.gat,32,74 warp tohall 1,0,new_8-1.gat,68,23
new_8-1.gat,26,26,0 shop InnKeeper 112,539:175,513:20,519
-new_8-1.gat,103,26,0 script Waitress 118,{
+new_8-1.gat,103,26,0 script Rebeca 118,{
if (zeny < 100) goto L_NoMoney;
- mes "[Rebecca]";
+ mes "[Rebecca the Waitress]";
mes "Would you like to rest? It's only 100 gp.";
next;
@@ -39,8 +39,8 @@ L_NoMoney:
close;
}
-new_8-1.gat,24,23,0 script RoyalGuard 125,{
- mes "[Royal Guard]";
+new_8-1.gat,24,23,0 script Phaet 125,{
+ mes "[Phaet the Royal Guard]";
mes "Hey, you seem tough enough! Would you like to prove your skills? I'll let you in the arena if you give me 1000 gp. You can fight against other players there.";
next;
@@ -62,8 +62,8 @@ L_NoMoney:
close;
}
-new_8-1.gat,134,23,0 script Worker 117,{
- mes "[Valdo]";
+new_8-1.gat,134,23,0 script Valdo 117,{
+ mes "[Valdo the Worker]";
mes "Please let me work, I'm really in a hurry!";
close;
}