From 31e46e739d9e631f68f54421dc90af28d6557c4b Mon Sep 17 00:00:00 2001 From: kinther Date: Sat, 16 Aug 2025 16:02:51 -0700 Subject: [PATCH] Change title to be immortal+ command --- src/interpreter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interpreter.c b/src/interpreter.c index d90b59e..94fdb4f 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -217,7 +217,7 @@ cpp_extern const struct command_info cmd_info[] = { { "noshout" , "noshout" , POS_SLEEPING, do_gen_tog , 1, SCMD_NOSHOUT }, { "nosummon" , "nosummon", POS_DEAD , do_gen_tog , 1, SCMD_NOSUMMON }, { "notell" , "notell" , POS_DEAD , do_gen_tog , 1, SCMD_NOTELL }, - { "notitle" , "notitle" , POS_DEAD , do_wizutil , LVL_GOD, SCMD_NOTITLE }, + { "notitle" , "notitle" , POS_DEAD , do_wizutil , LVL_IMMORT, SCMD_NOTITLE }, { "nowiz" , "nowiz" , POS_DEAD , do_gen_tog , LVL_IMMORT, SCMD_NOWIZ }, { "open" , "o" , POS_SITTING , do_gen_door , 0, SCMD_OPEN }, @@ -305,7 +305,7 @@ cpp_extern const struct command_info cmd_info[] = { { "teleport" , "tele" , POS_DEAD , do_teleport , LVL_BUILDER, 0 }, { "tedit" , "tedit" , POS_DEAD , do_tedit , LVL_GOD, 0 }, /* XXX: Oasisify */ { "thaw" , "thaw" , POS_DEAD , do_wizutil , LVL_GRGOD, SCMD_THAW }, - { "title" , "title" , POS_DEAD , do_title , 0, 0 }, + { "title" , "title" , POS_DEAD , do_title , LVL_IMMORT, 0 }, { "time" , "time" , POS_DEAD , do_time , 0, 0 }, { "toggle" , "toggle" , POS_DEAD , do_toggle , 0, 0 }, { "track" , "track" , POS_STANDING, do_track , 0, 0 },