This commit is contained in:
Monty Marz 2023-03-19 16:19:59 +01:00 committed by Sam
parent 4d0b192fbd
commit 3e37586ba5
7 changed files with 13 additions and 9 deletions

BIN
assets/voxygen/element/de_buffs/buff_reckless.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -741,6 +741,7 @@ image_ids! {
buff_frenzy_0: "voxygen.element.de_buffs.buff_frenzy_0",
buff_haste_0: "voxygen.element.de_buffs.buff_haste_0",
buff_fortitude_0: "voxygen.element.de_buffs.buff_fortitude_0",
buff_reckless: "voxygen.element.de_buffs.buff_reckless",
// Debuffs
debuff_skull_0: "voxygen.element.de_buffs.debuff_skull_0",

View File

@ -4935,7 +4935,7 @@ pub fn get_buff_image(buff: BuffKind, imgs: &Imgs) -> conrod_core::image::Id {
BuffKind::Hastened => imgs.buff_haste_0,
BuffKind::Fortitude => imgs.buff_fortitude_0,
// TODO: Get unique icon
BuffKind::Reckless => imgs.buff_plus_0,
BuffKind::Reckless => imgs.buff_reckless,
// Debuffs
BuffKind::Bleeding => imgs.debuff_bleed_0,
BuffKind::Cursed => imgs.debuff_skull_0,