tiny visual tweaks - deepwater glyph and magic missile particle
This commit is contained in:
parent
b4c80b919e
commit
e937994439
2 changed files with 2 additions and 4 deletions
|
|
@ -284,11 +284,9 @@ impl<'a> System<'a> for ItemUseSystem {
|
|||
Some(damage) => {
|
||||
let target_point = wants_to_use.target.unwrap();
|
||||
if !aoe_item {
|
||||
particle_builder.request_star(
|
||||
particle_builder.request_rainbow_star(
|
||||
target_point.x,
|
||||
target_point.y,
|
||||
rltk::RGB::named(rltk::CYAN),
|
||||
rltk::RGB::named(rltk::BLACK),
|
||||
rltk::to_cp437('*'),
|
||||
DEFAULT_PARTICLE_LIFETIME,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue