1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

bow changes mode, disables achievements, displayed in rich presence and bottom line

This commit is contained in:
Zeno Rogue
2023-10-27 22:46:11 +02:00
parent 4ddccfed8e
commit 079094799d
4 changed files with 16 additions and 1 deletions

View File

@@ -698,6 +698,8 @@ EX void drawStats() {
if(peace::on) vers += " peace";
if(racing::on) vers += " racing";
if(daily::on) vers += " strange";
if(bow::weapon && bow::style == bow::cbBull) vers += " b/bull";
if(bow::weapon && bow::style == bow::cbGeodesic) vers += " b/geo";
if(land_structure != default_land_structure())
vers += land_structure_name(true);
if(princess::challenge) vers += " Princess";