summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/gy_inn_shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-2_Caretakers_House/gy_inn_shops.txt')
-rwxr-xr-xnpc/027-2_Caretakers_House/gy_inn_shops.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/027-2_Caretakers_House/gy_inn_shops.txt b/npc/027-2_Caretakers_House/gy_inn_shops.txt
index 5b0d2d1f..1936bd59 100755
--- a/npc/027-2_Caretakers_House/gy_inn_shops.txt
+++ b/npc/027-2_Caretakers_House/gy_inn_shops.txt
@@ -15,10 +15,10 @@
// Inn
027-2.gat,107,39,0 script Barbara Grey 320,{
- set @npcName$, "Barbara Grey";
+ set @npcname$, "Barbara Grey";
set @cost, 1000;
- mes "[" + @npcName$ + "]";
+ mes "[" + @npcname$ + "]";
mes "\"Don't be shy darling.";
mes "\"Come on in and have a nice long ... long slumber ...";
next;
@@ -28,7 +28,7 @@
// Bank and Storage
027-2.gat,88,22,0 script J.P. Morbid 321,{
callfunc "ClearVariables";
- set @npcName$, "J.P. Morbid";
+ set @npcname$, "J.P. Morbid";
callfunc "Banker";
close;
}