WantsToApproach, WantsToFlee (functionality NYI)
This commit is contained in:
parent
9a9876349b
commit
bb8cf69b86
3 changed files with 16 additions and 0 deletions
|
|
@ -560,6 +560,8 @@ fn main() -> rltk::BError {
|
|||
gs.ecs.register::<Confusion>();
|
||||
gs.ecs.register::<MagicMapper>();
|
||||
gs.ecs.register::<InBackpack>();
|
||||
gs.ecs.register::<WantsToApproach>();
|
||||
gs.ecs.register::<WantsToFlee>();
|
||||
gs.ecs.register::<WantsToPickupItem>();
|
||||
gs.ecs.register::<WantsToDropItem>();
|
||||
gs.ecs.register::<WantsToRemoveItem>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue