fixed Dice achievements

This commit is contained in:
Zeno Rogue 2021-06-03 15:11:32 +02:00
parent 982377c26c
commit 805f33d8fa
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ EX void pushThumper(const movei& mi) {
if(w == waRichDie && dice::data[cto].happy() > 0) {
cto->wall = waHappyDie;
if(cto->land == laDice && th->land == laDice) {
items[itDice]++;
gainItem(itDice);
addMessage(XLAT("The die is now happy, and you are rewarded!"));
}
else {