diff options
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) |