scroll of confusion
This commit is contained in:
parent
d4d25955cc
commit
22d90a46b4
5 changed files with 107 additions and 28 deletions
|
|
@ -260,6 +260,7 @@ fn main() -> rltk::BError {
|
|||
gs.ecs.register::<InflictsDamage>();
|
||||
gs.ecs.register::<Ranged>();
|
||||
gs.ecs.register::<AOE>();
|
||||
gs.ecs.register::<Confusion>();
|
||||
gs.ecs.register::<InBackpack>();
|
||||
gs.ecs.register::<WantsToPickupItem>();
|
||||
gs.ecs.register::<WantsToDropItem>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue