lvl3 stun gun
Co-authored-by: wm-c <wcmeathrel@gmail.com>
This commit is contained in:
parent
c4dd17f25d
commit
73ac4d25a9
@ -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)]
|
||||||
|
Reference in New Issue
Block a user