mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-30 07:17:03 +00:00
missing improve_score for new treasures
This commit is contained in:
parent
9fce0078c8
commit
fde3977218
@ -713,6 +713,9 @@ EX void improveItemScores() {
|
|||||||
improve_score(82, itFrog);
|
improve_score(82, itFrog);
|
||||||
improve_score(83, itEclectic);
|
improve_score(83, itEclectic);
|
||||||
improve_score(84, itWet);
|
improve_score(84, itWet);
|
||||||
|
|
||||||
|
improve_score(85, itCursed);
|
||||||
|
improve_score(86, itDice);
|
||||||
}
|
}
|
||||||
|
|
||||||
int next_stat_tick;
|
int next_stat_tick;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user