ChaseAI{}, FleeAI{}, removal of monster/bystander tags

This commit is contained in:
Llywelwyn 2023-08-15 20:04:21 +01:00
parent 91607fb9ce
commit 198486df1d
13 changed files with 234 additions and 187 deletions

View file

@ -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,