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
+1 -1
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