mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 22:55:12 +00:00
bow:: disabled blade-only achievements
This commit is contained in:
@@ -1357,7 +1357,7 @@ EX void stabbingAttack(movei mi, eMonster who, int bonuskill IS(0)) {
|
||||
}
|
||||
}
|
||||
|
||||
if(who == moPlayer) {
|
||||
if(who == moPlayer && !bow::crossbow_mode()) {
|
||||
if(numsh) achievement_count("STAB", numsh, 0);
|
||||
|
||||
if(numlance && numflail && numsh) achievement_gain_once("MELEE3");
|
||||
|
||||
Reference in New Issue
Block a user