R975 - message for charging for items lost in a cursed magic bag
The loss message was not always printed due to testing the wrong variable before printing the message.
This commit is contained in:
@@ -1998,7 +1998,7 @@ register int held;
|
||||
}
|
||||
}
|
||||
|
||||
if (cnt && loss)
|
||||
if (lcnt && loss)
|
||||
You("owe %ld %s for lost item%s.",
|
||||
loss, currency(loss), lcnt > 1 ? "s" : "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user