mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 06:07:12 +00:00
made background screen darkening consistent and optional
This commit is contained in:
@@ -1443,7 +1443,8 @@ string make_help() {
|
||||
}
|
||||
|
||||
EX void crystal_knight_help() {
|
||||
gamescreen(1);
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen();
|
||||
dialog::init();
|
||||
|
||||
dialog::addHelp(XLAT(
|
||||
@@ -1467,7 +1468,7 @@ EX void crystal_knight_help() {
|
||||
|
||||
EX void show() {
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(0);
|
||||
gamescreen();
|
||||
dialog::init(XLAT("dimensional crystal"));
|
||||
for(int i=5; i<=14; i++) {
|
||||
string s;
|
||||
|
||||
Reference in New Issue
Block a user