Remove melting ice timer when breaking digging wand
This commit is contained in:
@@ -4015,6 +4015,8 @@ do_break_wand(struct obj *obj)
|
|||||||
if (*in_rooms(x, y, SHOPBASE))
|
if (*in_rooms(x, y, SHOPBASE))
|
||||||
shop_damage = TRUE;
|
shop_damage = TRUE;
|
||||||
}
|
}
|
||||||
|
if (levl[x][y].typ == ICE)
|
||||||
|
spot_stop_timers(x, y, MELT_ICE_AWAY);
|
||||||
/*
|
/*
|
||||||
* Let liquid flow into the newly created pits.
|
* Let liquid flow into the newly created pits.
|
||||||
* Adjust corresponding code in music.c for
|
* Adjust corresponding code in music.c for
|
||||||
|
|||||||
Reference in New Issue
Block a user