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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user