mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
11.0o: fixed Ivory/Yendorian
This commit is contained in:
parent
6b2a9bb6f1
commit
5545f8efeb
@ -101,7 +101,7 @@ namespace binary {
|
||||
if(!parent->emeraldval) parent->emeraldval = currentmap->gamestart()->land;
|
||||
eLand z = eLand(parent->emeraldval);
|
||||
int chance = 0;
|
||||
if(specialland == laCrossroads4) {
|
||||
if(specialland == laCrossroads4 || parent->emeraldval == laCrossroads4) {
|
||||
eLand x = parent->c7->land;
|
||||
parent->c7->land = z;
|
||||
chance = wallchance(parent->c7, deep_ocean_at(parent->c7, parent->c7));
|
||||
|
@ -3045,3 +3045,5 @@ and led to an implementation of a cool Emerald Mine pattern for 534, and also so
|
||||
- fixed a bug with ice in 534f; also you can now actually melt something
|
||||
- Ivory Tower in horosphere tilings (and also in regular hyperbolic honeycombs, but better with horospheres)
|
||||
- Yendorian Forest, interesting (and different) in each available hyperbolic honeycomb
|
||||
|
||||
2018-03-24 12:31 Version 11.0o: fixed Ivory/Yendorian
|
||||
|
Loading…
Reference in New Issue
Block a user