diff options
author | wushin <pasekei@gmail.com> | 2016-01-17 19:10:01 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:04:30 -0500 |
commit | f28b9ef883c8da9a890096d8e05865b90795c46d (patch) | |
tree | c18834d304aad13f08be8720cd1b494f64685054 /world/map/npc/029-2 | |
parent | 5ee9d4a5523a792de751ec547a6f8d11740770e7 (diff) | |
download | serverdata-f28b9ef883c8da9a890096d8e05865b90795c46d.tar.gz serverdata-f28b9ef883c8da9a890096d8e05865b90795c46d.tar.bz2 serverdata-f28b9ef883c8da9a890096d8e05865b90795c46d.tar.xz serverdata-f28b9ef883c8da9a890096d8e05865b90795c46d.zip |
Fix gender as a starting condition
make sex changes free
make barbers do sex changes
Diffstat (limited to 'world/map/npc/029-2')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index ff5b3a3b..9e35b549 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -342,6 +342,7 @@ L_Block: mes "[Server/Client Notice]"; mes "The explanations in this tutorial are based on the official client, Manaplus."; mes "If you're using another client, settings and controls may be different."; + callfunc "ChangeSex"; callfunc "GameRules"; close; } @@ -349,10 +350,11 @@ L_Block: { if (TUT_var > 0) end; - callfunc "GameRules"; mes "[Server/Client Notice]"; mes "The explanations in this tutorial are based on the official client, Manaplus."; mes "If you're using another client, settings and controls may be different."; + callfunc "ChangeSex"; + callfunc "GameRules"; close; } 029-2,22,26,0|script|#GameRules3|32767,1,0 |