ai refactor, mob spawns now take into account player level, small fixes
This commit is contained in:
parent
c00418f7c8
commit
6cef899ef6
21 changed files with 301 additions and 148 deletions
|
|
@ -1,4 +1,6 @@
|
|||
mod energy_system;
|
||||
pub use energy_system::{EnergySystem, NORMAL_SPEED};
|
||||
mod turn_status;
|
||||
pub use turn_status::TurnStatusSystem;
|
||||
mod turn_status_system;
|
||||
pub use turn_status_system::TurnStatusSystem;
|
||||
mod quip_system;
|
||||
pub use quip_system::QuipSystem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue