Cannot kick while squeezed on top of a boulder
This commit is contained in:
@@ -1019,6 +1019,7 @@ monsters can blind you with a camera
|
||||
lit candles generated by wishing could have wrong light radius
|
||||
better feedback from detect unseen
|
||||
make public server admin messages use urgent_pline
|
||||
cannot kick while squeezed on top of a boulder
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||
|
||||
@@ -905,6 +905,9 @@ dokick(void)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else if (sobj_at(BOULDER, u.ux, u.uy) && !Passes_walls) {
|
||||
pline("There's not enough room to kick in here.");
|
||||
no_kick = TRUE;
|
||||
}
|
||||
|
||||
if (no_kick) {
|
||||
|
||||
Reference in New Issue
Block a user