bug fix: no eixien pacos

This commit is contained in:
2025-10-02 08:28:15 +02:00
parent 427f40632a
commit 218ddabb5e

View File

@@ -639,7 +639,7 @@ auto Game::dropItem() -> ItemType {
break; break;
case 2: case 2:
if (LUCKY_NUMBER < helper_.item_pacmar_odds) { if (LUCKY_NUMBER < helper_.item_pacmar_odds) {
return ItemType::GAVINA; return ItemType::PACMAR;
} }
break; break;
case 3: case 3: