mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
fixed land_structure rich presence
This commit is contained in:
@@ -935,7 +935,7 @@ EX string get_rich_presence_text() {
|
|||||||
if(geometry != gNormal || !BITRUNCATED)
|
if(geometry != gNormal || !BITRUNCATED)
|
||||||
res = res + full_geometry_name() + " ";
|
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(shmup::on) res += "shmup ";
|
||||||
if(dual::state) res += "dual ";
|
if(dual::state) res += "dual ";
|
||||||
if(randomPatternsMode) res += "random ";
|
if(randomPatternsMode) res += "random ";
|
||||||
|
|||||||
Reference in New Issue
Block a user