atomising item use: damage and healing, and refactors
This commit is contained in:
parent
6677181a4e
commit
911873127d
12 changed files with 176 additions and 48 deletions
|
|
@ -112,8 +112,8 @@ impl State {
|
|||
regen_system.run_now(&self.ecs);
|
||||
encumbrance_system.run_now(&self.ecs);
|
||||
energy.run_now(&self.ecs);
|
||||
turn_status_system.run_now(&self.ecs);
|
||||
quip_system.run_now(&self.ecs);
|
||||
turn_status_system.run_now(&self.ecs);
|
||||
self.run_ai();
|
||||
trigger_system.run_now(&self.ecs);
|
||||
inventory_system.run_now(&self.ecs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue