Merge pull request 'armour_bytes' (#142) from armour_bytes into master
This commit is contained in:
commit
51e7ab0c45
@ -200,8 +200,9 @@ impl Armor {
|
||||
pub fn as_bytes(&self) -> [u8; 16] {
|
||||
let mut result = [0; 16];
|
||||
result[0..3].copy_from_slice(&self.armor.value());
|
||||
// TODO: other attrs
|
||||
|
||||
result[5] = self.slots;
|
||||
result[6] = self.dfp;
|
||||
result[8] = self.evp;
|
||||
result
|
||||
}
|
||||
}
|
||||
|
@ -353,8 +353,8 @@ impl Shield {
|
||||
pub fn as_bytes(&self) -> [u8; 16] {
|
||||
let mut result = [0; 16];
|
||||
result[0..3].copy_from_slice(&self.shield.value());
|
||||
// TODO: other attrs
|
||||
|
||||
result[6] = self.dfp;
|
||||
result[8] = self.evp;
|
||||
result
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user