Remove melting ice timer when breaking digging wand

This commit is contained in:
Pasi Kallinen
2025-04-15 14:45:51 +03:00
parent d6dd5c743c
commit af3e601ff7

View File

@@ -4015,6 +4015,8 @@ do_break_wand(struct obj *obj)
if (*in_rooms(x, y, SHOPBASE))
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.
* Adjust corresponding code in music.c for