1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-04 15:53:00 +00:00

option disable_bigstuff for some experiments

This commit is contained in:
Zeno Rogue
2021-09-30 13:22:12 +02:00
parent aeb93f7e3f
commit 99f85aecfd
3 changed files with 5 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ EX void initgame() {
pregen();
setdist(cwt.at, BARLEV, NULL);
if(!disable_bigstuff)
if(isCyclic(specialland) || specialland == laCanvas) {
#if CAP_COMPLEX2
camelot::anthraxBonus = items[itHolyGrail];