WantsToApproach, WantsToFlee (functionality NYI)

This commit is contained in:
Llywelwyn 2023-08-15 17:31:18 +01:00
parent 9a9876349b
commit bb8cf69b86
3 changed files with 16 additions and 0 deletions

View file

@ -106,7 +106,9 @@ pub fn save_game(ecs: &mut World) {
Telepath,
Viewshed,
Wand,
WantsToApproach,
WantsToDropItem,
WantsToFlee,
WantsToMelee,
WantsToPickupItem,
WantsToRemoveItem,
@ -222,7 +224,9 @@ pub fn load_game(ecs: &mut World) {
Telepath,
Viewshed,
Wand,
WantsToApproach,
WantsToDropItem,
WantsToFlee,
WantsToMelee,
WantsToPickupItem,
WantsToRemoveItem,