diff options
Diffstat (limited to 'world/map/npc/031-4/cindyCave.txt')
-rw-r--r-- | world/map/npc/031-4/cindyCave.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/world/map/npc/031-4/cindyCave.txt b/world/map/npc/031-4/cindyCave.txt index 377a6b06..33c3a16f 100644 --- a/world/map/npc/031-4/cindyCave.txt +++ b/world/map/npc/031-4/cindyCave.txt @@ -11,9 +11,6 @@ set @KEYS_AMOUNT, 10; set @minlevel, 70; - if (Sex == 0) set @title$, "Misses"; - if (Sex == 1) set @title$, "Mister"; - if (QL_CINDY == 4) goto L_Please_Visit; if (QL_CINDY == 2) goto L_Reward; if (QL_CINDY == 1) goto L_Please_Help; @@ -33,7 +30,7 @@ L_Next: mes "Cindy doesn't look so scared anymore."; next; mes "[Cindy]"; - mes "\"Hello, dear " + @title$ + " adventurer. Did my mother send you?\""; + mes "\"Hello, adventurer. Did my mother send you?\""; next; mes "\"It's so cold in here! Can you please open the cage?\""; next; @@ -119,7 +116,6 @@ L_Full_Inv: L_Close: set @KEYS_AMOUNT, 0; - set @title$, ""; set @minlevel, 0; set @inventorylist_count, 0; cleararray @wizardhats, 0, 10; |