sorry - swapping from rustfmt to prettier-rust
This commit is contained in:
parent
281396f9ce
commit
c2c7e0bd52
93 changed files with 2797 additions and 2021 deletions
|
|
@ -1,8 +1,12 @@
|
|||
use crate::{
|
||||
effects::{add_effect, EffectType, Targets},
|
||||
effects::{ add_effect, EffectType, Targets },
|
||||
gamelog,
|
||||
gui::renderable_colour,
|
||||
Clock, Confusion, Name, Renderable, TakingTurn,
|
||||
Clock,
|
||||
Confusion,
|
||||
Name,
|
||||
Renderable,
|
||||
TakingTurn,
|
||||
};
|
||||
use rltk::prelude::*;
|
||||
use specs::prelude::*;
|
||||
|
|
@ -63,7 +67,7 @@ impl<'a> System<'a> for TurnStatusSystem {
|
|||
lifespan: 200.0,
|
||||
delay: 0.0,
|
||||
},
|
||||
Targets::Entity { target: entity },
|
||||
Targets::Entity { target: entity }
|
||||
);
|
||||
} else {
|
||||
not_my_turn.push(entity);
|
||||
|
|
@ -93,7 +97,7 @@ impl<'a> System<'a> for TurnStatusSystem {
|
|||
lifespan: 200.0,
|
||||
delay: 0.0,
|
||||
},
|
||||
Targets::Entity { target: entity },
|
||||
Targets::Entity { target: entity }
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue