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 },