mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
more armour types
This commit is contained in:
@ -105,6 +105,11 @@ pub struct Loadout {
|
||||
pub pants: Option<Item>,
|
||||
pub foot: Option<Item>,
|
||||
pub back: Option<Item>,
|
||||
pub ring: Option<Item>,
|
||||
pub neck: Option<Item>,
|
||||
pub lantern: Option<Item>,
|
||||
pub head: Option<Item>,
|
||||
pub tabard: Option<Item>,
|
||||
}
|
||||
|
||||
impl From<&CharacterAbility> for CharacterState {
|
||||
|
Reference in New Issue
Block a user