ChaseAI{}, FleeAI{}, removal of monster/bystander tags
This commit is contained in:
parent
91607fb9ce
commit
198486df1d
13 changed files with 234 additions and 187 deletions
|
|
@ -56,7 +56,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Burden,
|
||||
Bystander,
|
||||
Chasing,
|
||||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
|
|
@ -83,7 +83,6 @@ pub fn save_game(ecs: &mut World) {
|
|||
MagicMapper,
|
||||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
|
|
@ -174,7 +173,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Burden,
|
||||
Bystander,
|
||||
Chasing,
|
||||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
|
|
@ -201,7 +200,6 @@ pub fn load_game(ecs: &mut World) {
|
|||
MagicMapper,
|
||||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue