mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
fixed the 4xStabber and Princess achievements
This commit is contained in:
@@ -1298,7 +1298,7 @@ EX void stabbingAttack(movei mi, eMonster who, int bonuskill IS(0)) {
|
||||
|
||||
if(numsh == 2) {
|
||||
if(lastdouble == turncount-1) achievement_count("STAB", 4, 0);
|
||||
lastdouble = turncount;
|
||||
changes.value_set(lastdouble, turncount);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user