fixed a bug with rusalka-cursing the first tile when you shoot

This commit is contained in:
Zeno Rogue 2024-02-24 09:47:53 +01:00
parent 2de61962f9
commit f291bbb1d1
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ EX void shoot() {
vector<pair<cell*, int>> healthy_dragons;
map<cell*, pair<int, int>> kraken_hits;
int dragon_hits = 0;
rusalka_curses++;
rusalka_curses = 0;
// for achievements
for(auto& mov: bowpath) {