mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
saving the new stuff
This commit is contained in:
parent
3412a50b3d
commit
075c8da3d3
20
system.cpp
20
system.cpp
@ -278,7 +278,7 @@ bool havesave = true;
|
||||
|
||||
#if CAP_SAVE
|
||||
#define MAXBOX 500
|
||||
#define POSSCORE 324 // update this when new boxes are added!
|
||||
#define POSSCORE 341 // update this when new boxes are added!
|
||||
|
||||
struct score {
|
||||
string ver;
|
||||
@ -650,6 +650,24 @@ void applyBoxes() {
|
||||
applyBoxM(moSalamander);
|
||||
applyBoxM(moLavaWolf);
|
||||
|
||||
applyBoxOrb(itOrbSlaying);
|
||||
applyBoxOrb(itOrbMagnetism);
|
||||
applyBoxOrb(itOrbPhasing);
|
||||
applyBoxI(itDock);
|
||||
applyBoxI(itGlowCrystal);
|
||||
applyBoxI(itMagnet);
|
||||
applyBoxI(itRuins);
|
||||
applyBoxI(itSwitch);
|
||||
applyBoxM(moNorthPole);
|
||||
applyBoxM(moSouthPole);
|
||||
applyBoxM(moSwitch1);
|
||||
applyBoxM(moSwitch2);
|
||||
applyBoxM(moAltDemon);
|
||||
applyBoxM(moHexDemon);
|
||||
applyBoxM(moPair);
|
||||
applyBoxM(moCrusher);
|
||||
applyBoxM(moMonk);
|
||||
|
||||
if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user