mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-30 03:50:34 +00:00
save Narcissist and Mirror Spirit kills
This commit is contained in:
parent
ccb970f6fe
commit
6b82757016
@ -335,7 +335,7 @@ bool havesave = true;
|
||||
|
||||
#if CAP_SAVE
|
||||
#define MAXBOX 500
|
||||
#define POSSCORE 369 // update this when new boxes are added!
|
||||
#define POSSCORE 371 // update this when new boxes are added!
|
||||
|
||||
struct score {
|
||||
string ver;
|
||||
@ -753,6 +753,8 @@ void applyBoxes() {
|
||||
applyBoxOrb(itOrbGravity);
|
||||
list_invorb();
|
||||
|
||||
applyBoxM(moNarciss);
|
||||
applyBoxM(moMirrorSpirit);
|
||||
|
||||
if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user