diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-19 16:26:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-19 16:26:04 -0300 |
commit | 21f014a3107210e699b4b7c359d3aef6659dc81d (patch) | |
tree | c9dd4e1f385d65513e14562dcb7afac16bcb3d84 /npc/003-6 | |
parent | 52e634195f52d40e5716fb312c017665cb08cc50 (diff) | |
download | serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.gz serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.bz2 serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.xz serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.zip |
Update Tamiloc scripts
Diffstat (limited to 'npc/003-6')
-rw-r--r-- | npc/003-6/tamiloc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-6/tamiloc.txt b/npc/003-6/tamiloc.txt index 7baf286ac..b3924fbc2 100644 --- a/npc/003-6/tamiloc.txt +++ b/npc/003-6/tamiloc.txt @@ -14,7 +14,7 @@ mes l("Race") + ": " + $@allraces$[Class]; next; mes l("Please select the desired race."); - switch (select("Human:MedHuman:DarHuman:Elf:Orc:Raijin:Tritan:Ukar:Redy")) + switch (select("Human:MedHuman:DarHuman:Elf:Orc:Raijin:Tritan:Ukar:Redy:Savior")) { default: jobchange max(0, @menu-1); @@ -32,7 +32,7 @@ l("What is my current hairstyle and hair color?"), l("I'd like to get a different style."), l("Can you do something with my color?"), - rif(is_staff(), l("I am a GM, and I want to change my Race!")), + rif(is_gm() || REBIRTH >= 5, l("I want to change my Race!")), l("I'm fine for now, thank you."); switch (@menu) |