inv:: missing char explained

This commit is contained in:
Zeno Rogue 2020-02-26 01:42:04 +01:00
parent 8393128106
commit 04b3d5e8d4
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ EX namespace inv {
eItem o = eItem(i);
if(itemclass(o) == IC_ORB) {
char c = orbkeys[j++];
if(c == 0) println(hlog, "missing char for ", dnameof(o));
if(remaining[i] || usedup[i]) {
orbmap[c] = o;
if(plain)