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:
2
hud.cpp
2
hud.cpp
@@ -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";
|
||||
|
Reference in New Issue
Block a user