diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
commit | d9cd196c2f7b856c16a8b435cc3090436ec298d2 (patch) | |
tree | e66ed8c462c1a7358277787343e59a9ce5589e7f /world/map/npc/031-4/cindyCave.txt | |
parent | 062fb12c6386d2ac2c5e4f1dc8cf7596e11c82c1 (diff) | |
parent | ec011e27ec8459277563222d94c4cf981d752d11 (diff) | |
download | serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.gz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.bz2 serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.xz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.zip |
Merge pull request #455 from mekolat/headstyle-genderv2016.2.9
3rd gender, new races
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; |