X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/6b72281b90027c1602685a7c009e1fec49d88b71..b5c1cfcce797dea9ecb4d1b59f8fc193942e0947:/gameserv/gameserv.cpp diff --git a/gameserv/gameserv.cpp b/gameserv/gameserv.cpp index b2b0ec7..8926afe 100644 --- a/gameserv/gameserv.cpp +++ b/gameserv/gameserv.cpp @@ -3245,7 +3245,6 @@ void do_dragon(char *u) Player *p = user->stats; setMaster(p); - see_master(u); notice(s_GameServ, u, "You approach the dragon's lair cautiously."); notice(s_GameServ, u, "The stench of sulfer fills the air as a "\ "deep, red fog rolls in. The air is filled with the "\ @@ -3263,7 +3262,7 @@ void do_dragon(char *u) notice(s_GameServ, u, "Just then you notice the eye begin to "\ "glare orange! The tooth is moving... but it is still too "\ "dark for you to make out.... THE DRAGON! You see it!"); - display_monster(u); + see_master(u); } void do_master(char *u)