diff --git a/src/steed.c b/src/steed.c index 941a2292f..c7fb2f329 100644 --- a/src/steed.c +++ b/src/steed.c @@ -650,6 +650,8 @@ int reason; /* Player was thrown off etc. */ */ g.in_steed_dismounting = TRUE; teleds(cc.x, cc.y, TELEDS_ALLOW_DRAG); + if (sobj_at(BOULDER, cc.x, cc.y)) + sokoban_guilt(); g.in_steed_dismounting = FALSE; /* Put your steed in your trap */