mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
m2 staff
This commit is contained in:
parent
e33961e1fa
commit
d5a887f195
@ -247,7 +247,6 @@ impl Buff {
|
||||
}],
|
||||
data.duration,
|
||||
),
|
||||
|
||||
};
|
||||
Buff {
|
||||
kind,
|
||||
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user