1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-26 23:12:51 +00:00

rogueviz:: seuphorica:: disabled debug special_allowed

This commit is contained in:
Zeno Rogue 2025-06-07 16:25:10 +02:00
parent 7cfc952250
commit 5a7212a53e

View File

@ -1626,9 +1626,9 @@ void launch() {
reset_rv(); reset_rv();
restart("", "", ""); restart("", "", "");
for(int i=0; i<int(sp::first_artifact); i++) /* for(int i=0; i<int(sp::first_artifact); i++)
special_allowed[i] =among(sp(i), sp::horizontal, sp::vertical, sp::reversing, sp::portal, sp::gigantic, sp::soothing, sp::bending, sp::tricky) && geom_allows(sp(i)); special_allowed[i] =among(sp(i), sp::horizontal, sp::vertical, sp::reversing, sp::portal, sp::gigantic, sp::soothing, sp::bending, sp::tricky) && geom_allows(sp(i));
new_game(); new_game(); */
enable(); enable();
reset_seuphorica_screen(); reset_seuphorica_screen();
} }