diff --git a/common/src/comp/buff.rs b/common/src/comp/buff.rs index ae699a18ee..d0ab0b04ec 100644 --- a/common/src/comp/buff.rs +++ b/common/src/comp/buff.rs @@ -247,7 +247,6 @@ impl Buff { }], data.duration, ), - }; Buff { kind, diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index af20191ced..22b707b82c 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -3447,7 +3447,7 @@ pub fn get_buff_image(buff: BuffKind, imgs: &Imgs) -> conrod_core::image::Id { // Debuffs BuffKind::Bleeding { .. } => imgs.debuff_bleed_0, BuffKind::Cursed { .. } => imgs.debuff_skull_0, - BuffKind::Burning { .. } => imgs.debuff_burning_0, + BuffKind::Burning { .. } => imgs.debuff_burning_0, } }