diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:55:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:55:49 -0300 |
commit | 00d012fab3fcb141e426d47c78824024004eefd0 (patch) | |
tree | d449b875307e16f60fef9247f9ceff2f8b6a4586 /npc/commands | |
parent | 2b60c2defde8e5f499c9472f953d2ca5c0395c7d (diff) | |
download | serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.gz serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.bz2 serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.xz serverdata-00d012fab3fcb141e426d47c78824024004eefd0.zip |
Expand Hall of Academics to TOP 30, fix typos
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/titulate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt index ee3031837..35e50328f 100644 --- a/npc/commands/titulate.txt +++ b/npc/commands/titulate.txt @@ -88,7 +88,7 @@ OnCall: dispbottom l("You received the %s title from %s.", academicrank(), strcharinfo(0, "someone", .@ori)); } else { - dispbottom l("You were vouced to the %s title by %s. You still need %d more vouches to be promoted.", + dispbottom l("You were vouched to the %s title by %s. You still need %d more vouches to be promoted.", academicrank(ACADEMIC_RANK+1), strcharinfo(0, "someone", .@ori), (ACADEMIC_RANK >= ACADEMIC_DOCTOR ? 3 : 2) - array_entries(ACADEMIC_VOUCH)); } |