beatitude identification

This commit is contained in:
Llywelwyn 2023-08-22 11:55:09 +01:00
parent 113d26cf41
commit f55f4504db
7 changed files with 59 additions and 6 deletions

View file

@ -76,6 +76,7 @@ pub fn save_game(ecs: &mut World) {
HasClass,
Hidden,
HungerClock,
IdentifiedBeatitude,
IdentifiedItem,
InBackpack,
InflictsDamage,
@ -199,6 +200,7 @@ pub fn load_game(ecs: &mut World) {
HasClass,
Hidden,
HungerClock,
IdentifiedBeatitude,
IdentifiedItem,
InBackpack,
InflictsDamage,