Tiny chance of breaking iron bars with war hammer
Also add some different sounds to hitting the iron bars, and make it noisy.
This commit is contained in:
@@ -1755,7 +1755,7 @@ domove_fight_ironbars(coordxy x, coordxy y)
|
||||
{
|
||||
if (gc.context.forcefight && levl[x][y].typ == IRONBARS && uwep) {
|
||||
struct obj *obj = uwep;
|
||||
unsigned breakflags = (BRK_BY_HERO | BRK_FROM_INV);
|
||||
unsigned breakflags = (BRK_BY_HERO | BRK_FROM_INV | BRK_MELEE);
|
||||
|
||||
if (breaktest(obj)) {
|
||||
if (obj->quan > 1L)
|
||||
|
||||
Reference in New Issue
Block a user