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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user