scroll of confusion
This commit is contained in:
parent
d4d25955cc
commit
22d90a46b4
5 changed files with 107 additions and 28 deletions
|
|
@ -89,6 +89,11 @@ pub struct AOE {
|
|||
pub radius: i32,
|
||||
}
|
||||
|
||||
#[derive(Component, Debug)]
|
||||
pub struct Confusion {
|
||||
pub turns: i32,
|
||||
}
|
||||
|
||||
#[derive(Component, Debug, Clone)]
|
||||
pub struct InBackpack {
|
||||
pub owner: Entity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue