Identification scrolls
This commit is contained in:
parent
cfe5884a0b
commit
51081c7c9c
11 changed files with 233 additions and 18 deletions
|
|
@ -451,7 +451,10 @@ pub struct SpawnParticleBurst {
|
|||
pub struct Destructible {}
|
||||
|
||||
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct RemovesCurse {}
|
||||
pub struct ProvidesRemoveCurse {}
|
||||
|
||||
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct ProvidesIdentify {}
|
||||
|
||||
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct Digger {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue