]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.cpp
Fixed a bug causing the dragon's stats to be displayed twice
[irc/gameservirc.git] / gameserv / gameserv.cpp
index b2b0ec7f3ae7d64df508695b955f349066072061..8926afea894f02e69bf2a0c7060f613854ee213f 100644 (file)
@@ -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)