1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-26 12:43:33 +00:00

ru:: fix icicles

This commit is contained in:
Zeno Rogue
2025-12-21 12:58:20 +01:00
parent 2aa40fe2af
commit be34acf86e

View File

@@ -843,6 +843,7 @@ void icicle::act() {
kino();
if(on_floor) break;
}
where = respawn;
}
if(state == 0) {
auto w = m.where;