1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +00:00

all save boxes are now named (fakeboxes start with @)

This commit is contained in:
Zeno Rogue
2020-04-17 15:04:27 +02:00
parent 14cb26b986
commit db4be83091
2 changed files with 28 additions and 28 deletions

View File

@@ -689,7 +689,7 @@ EX namespace inv {
#if CAP_SAVE
EX void applyBox(eItem it) {
scores::applyBoxNum(inv::usedup[it]);
scores::applyBoxNum(inv::usedup[it], "@inv-" + dnameof(it));
}
#endif