Make hero polyed into hezrou also stink

This commit is contained in:
Pasi Kallinen
2024-04-04 11:20:45 +03:00
parent 1487d05c92
commit e2d3368b0e
3 changed files with 26 additions and 6 deletions

View File

@@ -2692,6 +2692,9 @@ domove_core(void)
/* tentatively move the hero plus steed; leave CLIPPING til later */
u.ux += u.dx;
u.uy += u.dy;
m_postmove_effect(&gy.youmonst);
if (u.usteed) {
u.usteed->mx = u.ux;
u.usteed->my = u.uy;