diff options
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/025-1/ctrl.c | 2 | ||||
-rw-r--r-- | npc/commands/titulate.txt | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index 040c51869..12b8ab017 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2363,6 +2363,6 @@ constants_db: { ACADEMIC_SAGE: 7 ACADEMIC_GM: 8 - @include "db/si_config.conf" + //@include "db/si_config.conf" @include "conf/import/constants.conf" } diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 8220c16c4..8c1cdc8e5 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -65,7 +65,7 @@ function script FTStatue { mes l("There is a reading: The Mana Source. The Moubootaur. The Monster King."); mes l("The war. The blood. The inspiration. The mana. The world. The defiance."); mes l("The guard. The heir. The originals. The races. The later. The seal."); - mes l("The fragments. The war. The Terranite. AEGIS MAGNUS PROTECT SHIELD."); + mes l("The fragments. The war. The Terranite. AEGIS MAGNA PROTECTIVE SCUTUM."); next; mesc l("It seems to be a defensive spell."); if ($FORTRESS_STATE) diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt index c7fa9304a..e3ecc2ebd 100644 --- a/npc/commands/titulate.txt +++ b/npc/commands/titulate.txt @@ -2,7 +2,9 @@ // // @titulate <username> // Grants a title to <username>. Cannot be undone. -// Only way to bypass restrictions on legendary weapons. +// @cassate +// Opens a prompt to strip someone from their titles. +// Can also ban from titles. Grandmasters only. - script @titulate 32767,{ end; |