mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 11:57:58 +00:00
crossbow:: checkmate rule
This commit is contained in:
@@ -338,6 +338,8 @@ EX void checkmove() {
|
||||
}
|
||||
#endif
|
||||
|
||||
if(!canmove && bow::crossbow_mode()) canmove = bow::have_bow_target();
|
||||
|
||||
if(!canmove) {
|
||||
achievement_final(true);
|
||||
if(cmode & sm::NORMAL) showMissionScreen();
|
||||
|
Reference in New Issue
Block a user