1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 04:37:10 +00:00

Orb of Winter collects encased items in shmup mode

This commit is contained in:
Zeno Rogue
2025-10-09 22:36:03 +02:00
parent 14ae093901
commit 61d397e7c4
2 changed files with 17 additions and 11 deletions

View File

@@ -1294,6 +1294,7 @@ void movePlayer(monster *m, int delta) {
firetraplist.emplace(ticks + 800, c2);
}
winter_collect(c2);
if(c2->item == itOrbYendor && !peace::on) yendor::check(c2);
collectItem(c2, m->base);
movecost(m->base, c2, 2);