prevents energy from ticking up whilst AI is culled
This commit is contained in:
parent
f2b58a3feb
commit
2887bb9736
6 changed files with 53 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ extern crate lazy_static;
|
|||
//Consts
|
||||
pub const SHOW_MAPGEN: bool = false;
|
||||
pub const LOG_SPAWNING: bool = true;
|
||||
pub const LOG_TICKS: bool = false;
|
||||
pub const LOG_TICKS: bool = true;
|
||||
|
||||
#[derive(PartialEq, Copy, Clone)]
|
||||
pub enum RunState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue