refactors wands/items with charges
This commit is contained in:
parent
1002844098
commit
66f5a8d826
13 changed files with 67 additions and 357 deletions
|
|
@ -576,7 +576,7 @@ fn main() -> rltk::BError {
|
|||
gs.ecs.register::<WantsToUseItem>();
|
||||
gs.ecs.register::<Consumable>();
|
||||
gs.ecs.register::<SingleActivation>();
|
||||
gs.ecs.register::<Wand>();
|
||||
gs.ecs.register::<Charges>();
|
||||
gs.ecs.register::<ProvidesNutrition>();
|
||||
gs.ecs.register::<Destructible>();
|
||||
gs.ecs.register::<Hidden>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue