diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:56 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:56 -0700 |
commit | 54238fbc5acca341449cd0b73b12e3b257a6d2cb (patch) | |
tree | 829ab46761676236ae60e7d161754f2de7220e9a /npc/005-1_Snake_desert/spirit.txt | |
parent | d075f25617f1306ad2aef2b1e87567f6c683aa7f (diff) | |
download | serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.gz serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.bz2 serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.xz serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.zip |
Numerous fixes. Magic level 0 should be fully operational now.
Diffstat (limited to 'npc/005-1_Snake_desert/spirit.txt')
-rw-r--r-- | npc/005-1_Snake_desert/spirit.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/005-1_Snake_desert/spirit.txt b/npc/005-1_Snake_desert/spirit.txt index 2ab3bf03..f51b242c 100644 --- a/npc/005-1_Snake_desert/spirit.txt +++ b/npc/005-1_Snake_desert/spirit.txt @@ -17,9 +17,9 @@ L_message: set @BRANCH, 732; - set @s, "girl"; + set @s$, "girl"; if (Sex) - set @s, "boy"; + set @s$, "boy"; if (MAGIC_FLAGS & MFLAG_KNOWS_IMP) goto L_wb; @@ -116,7 +116,7 @@ L_Q_magic: next; mes "[Earth Spirit]"; - mes "\"Besides, think of it like that: if you want to bake a cake, you've got to break a few eggs. Not everything's sweetness in life, my " + @s + "!.\""; + mes "\"Besides, think of it like that: if you want to bake a cake, you've got to break a few eggs. Not everything's sweetness in life, my " + @s$ + "!.\""; next; menu @@ -283,7 +283,7 @@ L_silly_close: mes "[Earth Spirit]"; if (!(MAGIC_FLAGS & MFLAG_KNOWS_IMP)) mes "[Well]"; - mes "\"Silly " + @s + ".\""; + mes "\"Silly " + @s$ + ".\""; L_close: close; |