mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
[10.3i] fixed gaining extra bullets in the Wild West
This commit is contained in:
1
game.cpp
1
game.cpp
@@ -3296,6 +3296,7 @@ void updateHi(eItem it, int v) {
|
||||
void gainItem(eItem it) {
|
||||
int g = gold();
|
||||
items[it]++; if(it != itLotus) updateHi(it, items[it]);
|
||||
if(it == itRevolver && items[it] > 6) items[it] = 6;
|
||||
achievement_collection(it, gold(), g);
|
||||
multi::treasures[multi::cpid]++;
|
||||
#if CAP_DAILY
|
||||
|
Reference in New Issue
Block a user