This commit is contained in:
gGmMsS123 2021-04-16 00:48:20 +03:00
parent e33961e1fa
commit d5a887f195
2 changed files with 1 additions and 2 deletions

View File

@ -247,7 +247,6 @@ impl Buff {
}],
data.duration,
),
};
Buff {
kind,

View File

@ -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,
}
}