blindness improves telepathy, and reduces to-hit

This commit is contained in:
Llywelwyn 2023-08-22 16:16:56 +01:00
parent 0208dcac4c
commit 1714b94397
5 changed files with 45 additions and 15 deletions

View file

@ -361,6 +361,9 @@ pub struct Confusion {
pub turns: i32,
}
#[derive(Component, Serialize, Deserialize, Clone)]
pub struct Blind {}
#[derive(Component, Serialize, Deserialize, Clone)]
pub struct MagicMapper {}