Identification scrolls

This commit is contained in:
Llywelwyn 2023-08-22 17:38:30 +01:00
parent cfe5884a0b
commit 51081c7c9c
11 changed files with 233 additions and 18 deletions

View file

@ -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 {}