lvl3 stun gun

Co-authored-by: wm-c <wcmeathrel@gmail.com>
This commit is contained in:
Evan Pratten 2021-04-25 09:53:24 -04:00
parent c4dd17f25d
commit 73ac4d25a9

View File

@ -19,6 +19,12 @@ impl StunGun {
duration: 1.25, duration: 1.25,
} }
} }
pub fn lvl3() -> Self {
Self {
range: 80.0,
duration: 1.0,
}
}
} }
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)] #[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]