mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +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(83, itEclectic);
|
||||
improve_score(84, itWet);
|
||||
|
||||
improve_score(85, itCursed);
|
||||
improve_score(86, itDice);
|
||||
}
|
||||
|
||||
int next_stat_tick;
|
||||
|
Loading…
Reference in New Issue
Block a user