]> granicus.if.org Git - nethack/commitdiff
U678 - message ordering
authorcohrs <cohrs>
Mon, 29 Sep 2003 16:22:11 +0000 (16:22 +0000)
committercohrs <cohrs>
Mon, 29 Sep 2003 16:22:11 +0000 (16:22 +0000)
src/mhitu.c

index d7428db924622fa3c9dbba279e280d9c5c1ab73e..5b7f5e2018e0e7af316d4227eca6db21bbe95483 100644 (file)
@@ -1940,8 +1940,8 @@ gazemu(mtmp, mattk)       /* monster gazes at you */
                    int stun = d(2,6);
 
                    mtmp->mspec_used = mtmp->mspec_used + (stun + rn2(6));
-                   make_stunned(HStun + stun, TRUE);
                    pline("%s stares piercingly at you!", Monnam(mtmp));
+                   make_stunned(HStun + stun, TRUE);
                    stop_occupation();
                }
                break;