mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 17:57:03 +00:00
fixed land_structure rich presence
This commit is contained in:
parent
57c75c6cb8
commit
f03968c9e5
@ -935,7 +935,7 @@ EX string get_rich_presence_text() {
|
||||
if(geometry != gNormal || !BITRUNCATED)
|
||||
res = res + full_geometry_name() + " ";
|
||||
|
||||
if(ls::any_chaos()) res += land_structure_name(false) + " "; // TODO
|
||||
if(land_structure != default_land_structure()) res += land_structure_name(false) + " ";
|
||||
if(shmup::on) res += "shmup ";
|
||||
if(dual::state) res += "dual ";
|
||||
if(randomPatternsMode) res += "random ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user