mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-25 10:11:23 +00:00
major rewrite: unified the common parts of heptagon and cell via struct connection<T> and struct walker<T>
This commit is contained in:
@@ -529,7 +529,7 @@ void improveItemScores() {
|
||||
improve_score(42, itMutant);
|
||||
improve_score(43, itFulgurite);
|
||||
|
||||
if(!isHaunted(cwt.c->land)) improve_score(46, itLotus);
|
||||
if(!isHaunted(cwt.at->land)) improve_score(46, itLotus);
|
||||
improve_score(47, itMutant2);
|
||||
improve_score(48, itWindstone);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user