1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 19:11:23 +00:00

hv:: fixed CR2

This commit is contained in:
Zeno Rogue
2023-12-15 09:54:27 +01:00
parent ed8b7d5d1d
commit bce07e5914
2 changed files with 2 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ EX void initgame() {
princess::generating = false;
}
if(cwt.at->land == laCrossroads2) {
if(cwt.at->land == laCrossroads2 && !ls::hv_structure()) {
cell *c = cwt.at;
if(mhybrid) { c = hybrid::get_where(c).first; PIU( c->cmove(0) ); }
c->landparam = 12;