reemove test field
This commit is contained in:
parent
7424472ddb
commit
c5d7a72fdc
@ -98,7 +98,6 @@ pub struct Cryp {
|
||||
pub effects: Vec<CrypEffect>,
|
||||
pub name: String,
|
||||
pub ko_logged: bool,
|
||||
pub bless: bool,
|
||||
}
|
||||
|
||||
fn check_lvl(lvl: u8) -> u8 {
|
||||
@ -122,7 +121,6 @@ impl Cryp {
|
||||
effects: vec![],
|
||||
name: String::new(),
|
||||
ko_logged: false,
|
||||
bless: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user