mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-27 02:51:23 +00:00
Orb of the Sword can now kill yourself through mirror or topology
This commit is contained in:
@@ -241,6 +241,10 @@ EX bool monstersnear_aux() {
|
||||
|
||||
/** like monstersnear but add the potential moves of other players into account */
|
||||
EX bool monstersnear_add_pmi(player_move_info pmi0) {
|
||||
if(suicidal) {
|
||||
who_kills_me = moPlayer;
|
||||
return true;
|
||||
}
|
||||
pmi.push_back(pmi0);
|
||||
bool b = monstersnear_aux();
|
||||
pmi.pop_back();
|
||||
|
||||
Reference in New Issue
Block a user