diff options
| author | troido <troido@protonmail.com> | 2020-04-13 13:13:04 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 13:13:04 +0200 |
| commit | db7b138cb66a2b48492e457fdf0ae8cd65cc73db (patch) | |
| tree | 048e7931d0c7055ebdc7ce5b8f5083cc62154336 /src/purgatory.rs | |
| parent | 56f44d5898696d1af50f38009629384f8d38cb46 (diff) | |
volate replaced by grow
Diffstat (limited to 'src/purgatory.rs')
| -rw-r--r-- | src/purgatory.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/purgatory.rs b/src/purgatory.rs index f5f8c06..27db35a 100644 --- a/src/purgatory.rs +++ b/src/purgatory.rs @@ -13,7 +13,6 @@ use crate::{ systems::{ Move, ControlInput, - Volate, UpdateCooldowns, ControlAI, } @@ -25,7 +24,6 @@ pub fn purgatory_id() -> RoomId { pub fn create_purgatory<'a, 'b>(encyclopedia: &Encyclopedia) -> Room<'a, 'b> { let dispatcher = DispatcherBuilder::new() - .with(Volate, "volate", &[]) .with(UpdateCooldowns, "cool_down", &[]) .with(ControlInput, "controlinput", &["cool_down"]) .with(ControlAI, "controlai", &["cool_down"]) |
