1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

crossbow:: peace, dual, and non-shmup multiplayer are incompatible

This commit is contained in:
Zeno Rogue
2023-10-28 08:22:31 +02:00
parent e8ecccdf53
commit c36da1985c
3 changed files with 8 additions and 1 deletions

View File

@@ -522,6 +522,7 @@ EX void showConfigureMultiplayer() {
dialog::do_if_confirmed([i] {
stop_game();
players = i;
if(multi::players > 1 && !shmup::on) bow::weapon = bow::wBlade;
start_game();
});
});