prevents energy from ticking up whilst AI is culled

This commit is contained in:
Llywelwyn 2023-08-15 21:18:28 +01:00
parent f2b58a3feb
commit 2887bb9736
6 changed files with 53 additions and 11 deletions

View file

@ -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 {