mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
oauto now takes shot
This commit is contained in:
parent
44e9c3e317
commit
394f8052b4
@ -336,10 +336,11 @@ bool set_owner_auto() {
|
|||||||
if(t0 && t1) o = Unowned;
|
if(t0 && t1) o = Unowned;
|
||||||
else if(t0) o = 0;
|
else if(t0) o = 0;
|
||||||
else if(t1) o = 1;
|
else if(t1) o = 1;
|
||||||
else return true; /* all free */
|
else { go_message("all free!"); return true; } /* all free */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
take_shot();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user