From 6b82757016cdd4efa85f3912af93e9c718f6b039 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 8 Apr 2019 13:51:23 +0200 Subject: [PATCH] save Narcissist and Mirror Spirit kills --- system.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 729fb676..24714c61 100644 --- a/system.cpp +++ b/system.cpp @@ -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); }