mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-08 04:29:02 +00:00
expansion_analyzer is now in cgi
This commit is contained in:
@@ -1814,7 +1814,7 @@ EX void buildCamelot(cell *c) {
|
||||
c->monst = camelot_monster();
|
||||
if(d == 1) {
|
||||
// roughly as many knights as table cells
|
||||
if(hrand(1000000) < 1000000 / expansion.get_growth() && !reptilecheat)
|
||||
if(hrand(1000000) < 1000000 / get_expansion().get_growth() && !reptilecheat)
|
||||
c->monst = moKnight;
|
||||
if(!eubinary) for(int i=0; i<c->master->type; i++) currentmap->extend_altmap(c->master->move(i));
|
||||
for(int i=0; i<c->type; i++)
|
||||
|
||||
Reference in New Issue
Block a user