diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-07 23:13:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-07 23:13:26 -0300 |
commit | 72cd7f1d9340db3dd52b2b52c4a69e40d6ef9f04 (patch) | |
tree | 224ae507466bb776fe1cf0d3acc6dc8769fa22b0 /npc/027-0 | |
parent | cbacea393049774c1ec1002881f8cdc86ed11b63 (diff) | |
download | serverdata-72cd7f1d9340db3dd52b2b52c4a69e40d6ef9f04.tar.gz serverdata-72cd7f1d9340db3dd52b2b52c4a69e40d6ef9f04.tar.bz2 serverdata-72cd7f1d9340db3dd52b2b52c4a69e40d6ef9f04.tar.xz serverdata-72cd7f1d9340db3dd52b2b52c4a69e40d6ef9f04.zip |
Add the Red Wizard, responsible for the ranged magic training.
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/emma.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-0/emma.txt b/npc/027-0/emma.txt index 6b2c503c3..621478e49 100644 --- a/npc/027-0/emma.txt +++ b/npc/027-0/emma.txt @@ -4,7 +4,7 @@ // Description: // Emma is Enrique's wife -027-0,88,26,2 script Emma NPC_DARK_SORCERER_F,,{ +027-0,88,26,2 script Emma NPC_DARK_SORCERER_F,{ mesn; mesq l("Hello. I am Emma, Enrique's wife."); mesc l("Your current scholar rank: %s (%s Research Points)", @@ -69,7 +69,7 @@ OnTick: OnInit: .distance = 4; - .sex = G_MALE; + .sex = G_FEMALE; .cost = 5000; .gain = 15; end; |